Html Css Color HEX #854912 Saddle Brown

📋 copy color: '#854912'

red 133 ◦ green 73 ◦ blue 18

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

Shades of Saddle Brown #854912

Tints of Saddle Brown #854912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

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

R = 59.38%
G = 32.59%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#854912 (or 0x854912) is known color: Saddle Brown. HEX triplet: 85, 49 and 12. RGB value is (133,73,18). Sum of RGB (Red+Green+Blue) = 133+73+18=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #854912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854912 is #7AB6ED. Grayscale: #545454. Windows color (decimal): -8042222 or 1198469. OLE color: 1198469.

HSL color Cylindrical-coordinate representation of color #854912: hue angle of 28.7º 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 #854912 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 18 -
CMYK 0 0.45 0.86 0.48
HSL 28.7º 0.76% 0.3% -
HSV(B) 28.7º 0.86% 0.52% -
XYZ 12.16 9.8 1.82 -
YUV 84.67 90.38 162.47 -
System Red Green Blue C M Y K H S L
Decimal 133 73 18 0 0.45 0.86 0.48 28.7 0.76 0.3
Hex 85 49 12 0 2D 56 30 1D 4C 1E
Octal 205 111 22 0 55 126 60 35 114 36
Binary 10000101 1001001 10010 0 101101 1010110 110000 11101 1001100 11110

Color Harmonies of #854912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854912

Black with #854912

Text Example


Text Example

White with #854912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854912; }

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

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

background-color css

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

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

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

border-color css

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

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

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