Html Css Color HEX #854908 Saddle Brown

📋 copy color: '#854908'

red 133 ◦ green 73 ◦ blue 8

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

Shades of Saddle Brown #854908

Tints of Saddle Brown #854908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.74%

R = 62.15%
G = 34.11%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#854908 (or 0x854908) is known color: Saddle Brown. HEX triplet: 85, 49 and 08. RGB value is (133,73,8). Sum of RGB (Red+Green+Blue) = 133+73+8=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #854908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854908 is #7AB6F7. Grayscale: #535353. Windows color (decimal): -8042232 or 543109. OLE color: 543109.

HSL color Cylindrical-coordinate representation of color #854908: hue angle of 31.2º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #854908 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 8 -
CMYK 0 0.45 0.94 0.48
HSL 31.2º 0.89% 0.28% -
HSV(B) 31.2º 0.94% 0.52% -
XYZ 12.1 9.77 1.48 -
YUV 83.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 133 73 8 0 0.45 0.94 0.48 31.2 0.89 0.28
Hex 85 49 8 0 2D 5E 30 1F 59 1C
Octal 205 111 10 0 55 136 60 37 131 34
Binary 10000101 1001001 1000 0 101101 1011110 110000 11111 1011001 11100

Color Harmonies of #854908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854908

Black with #854908

Text Example


Text Example

White with #854908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854908; }

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

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

background-color css

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

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

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

border-color css

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

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

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