Html Css Color HEX #853600 Saddle Brown

📋 copy color: '#853600'

red 133 ◦ green 54 ◦ blue 0

#853600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #853600

Tints of Saddle Brown #853600

RGB

 RED value IS 133 (52.34% from 255) = 71.12%

 GREEN value IS 54 (21.48% from 255) = 28.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.12%
G = 28.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#853600 (or 0x853600) is known color: Saddle Brown. HEX triplet: 85, 36 and 00. RGB value is (133,54,0). Sum of RGB (Red+Green+Blue) = 133+54+0=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #853600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853600 is #7AC9FF. Grayscale: #474747. Windows color (decimal): -8047104 or 13957. OLE color: 13957.

HSL color Cylindrical-coordinate representation of color #853600: hue angle of 24.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #853600 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 54 0 -
CMYK 0 0.59 1 0.48
HSL 24.36º 1% 0.26% -
HSV(B) 24.36º 1% 0.52% -
XYZ 10.99 7.62 0.89 -
YUV 71.47 87.67 171.89 -
System Red Green Blue C M Y K H S L
Decimal 133 54 0 0 0.59 1 0.48 24.36 1 0.26
Hex 85 36 0 0 3B 64 30 18 64 1A
Octal 205 66 0 0 73 144 60 30 144 32
Binary 10000101 110110 0 0 111011 1100100 110000 11000 1100100 11010

Color Harmonies of #853600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853600

Black with #853600

Text Example


Text Example

White with #853600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853600; }

 p { color: rgb(133,54,0); }

 H1.HeaderClassName
 {
   color: #853600;
 }
 .AnyTagClassName
 {
   color: #853600;
 }
</style>

background-color css

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

 a { background-color: rgb(133,54,0); }

 div.DivClassName
 {
   background-color: #853600;
 }
 .BgClassName
 {
   background-color: #853600;
 }
</style>

border-color css

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

 span { border-color: rgb(133,54,0); }

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