Html Css Color HEX #854709 Saddle Brown

📋 copy color: '#854709'

red 133 ◦ green 71 ◦ blue 9

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

Shades of Saddle Brown #854709

Tints of Saddle Brown #854709

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.33%

 BLUE value IS 9 (3.91% from 255) = 4.23%

R = 62.44%
G = 33.33%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#854709 (or 0x854709) is known color: Saddle Brown. HEX triplet: 85, 47 and 09. RGB value is (133,71,9). Sum of RGB (Red+Green+Blue) = 133+71+9=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #854709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854709 is #7AB8F6. Grayscale: #525252. Windows color (decimal): -8042743 or 608133. OLE color: 608133.

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

Color convert

RGB 133 71 9 -
CMYK 0 0.47 0.93 0.48
HSL 30º 0.87% 0.28% -
HSV(B) 30º 0.93% 0.52% -
XYZ 11.98 9.51 1.46 -
YUV 82.47 86.54 164.04 -
System Red Green Blue C M Y K H S L
Decimal 133 71 9 0 0.47 0.93 0.48 30 0.87 0.28
Hex 85 47 9 0 2F 5D 30 1E 57 1C
Octal 205 107 11 0 57 135 60 36 127 34
Binary 10000101 1000111 1001 0 101111 1011101 110000 11110 1010111 11100

Color Harmonies of #854709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854709

Black with #854709

Text Example


Text Example

White with #854709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854709; }

 p { color: rgb(133,71,9); }

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

background-color css

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

 a { background-color: rgb(133,71,9); }

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

border-color css

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

 span { border-color: rgb(133,71,9); }

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