#83340B

Color #83340B Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #83340B

Tints of Saddle Brown #83340B

Color information

#83340B (or 0x83340B) is unknown color: approx Saddle Brown. HEX triplet: 83, 34 and 0B. RGB value is (131,52,11). Sum of RGB (Red+Green+Blue) = 131+52+11=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #83340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83340B is #7CCBF4. Grayscale: #474747. Windows color (decimal): -8178677 or 734339. OLE color: 734339.

HSL color Cylindrical-coordinate representation of color #83340B: hue angle of 20.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83340B is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1315211-
CMYK00.600.920.49
HSL20.5º84.51%27.84%-
HSV(B)20.5º91.6%51.37%-
XYZ10.657.311.17-
YUV70.9594.17170.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 67.53%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 11 (4.69% from 255) = 5.67%
R=67.53%
G=26.80%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131521100.600.920.4920.584.5127.84
Hex8334B03C5C3114551c
Octal2036413074134612412534
Binary1000001111010010110111100101110011000110100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83340B; }

 p { color: rgb(131,52,11); }

 H1.HeaderClassName
 {
   color: #83340B;
 }
 .AnyTagClassName
 {
   color: #83340B;
 }
</style>
background-color css

<style>
 a { background-color: #83340B; }

 a { background-color: rgb(131,52,11); }

 div.DivClassName
 {
   background-color: #83340B;
 }
 .BgClassName
 {
   background-color: #83340B;
 }
</style>
border-color css

<style>
 span { border-color: #83340B; }

 span { border-color: rgb(131,52,11); }

 td.TdClassName
 {
   border-color: #83340B;
 }
 .TagClassName
 {
   border-color: #83340B;
 }
</style>