Html Css Color HEX #853612 Saddle Brown

📋 copy color: '#853612'

red 133 ◦ green 54 ◦ blue 18

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

Shades of Saddle Brown #853612

Tints of Saddle Brown #853612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.78%

R = 64.88%
G = 26.34%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#853612 (or 0x853612) is known color: Saddle Brown. HEX triplet: 85, 36 and 12. RGB value is (133,54,18). Sum of RGB (Red+Green+Blue) = 133+54+18=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #853612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853612 is #7AC9ED. Grayscale: #494949. Windows color (decimal): -8047086 or 1193605. OLE color: 1193605.

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

Color convert

RGB 133 54 18 -
CMYK 0 0.59 0.86 0.48
HSL 18.78º 0.76% 0.3% -
HSV(B) 18.78º 0.86% 0.52% -
XYZ 11.1 7.67 1.47 -
YUV 73.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 133 54 18 0 0.59 0.86 0.48 18.78 0.76 0.3
Hex 85 36 12 0 3B 56 30 13 4C 1E
Octal 205 66 22 0 73 126 60 23 114 36
Binary 10000101 110110 10010 0 111011 1010110 110000 10011 1001100 11110

Color Harmonies of #853612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853612

Black with #853612

Text Example


Text Example

White with #853612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853612; }

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

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

background-color css

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

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

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

border-color css

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

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

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