Html Css Color HEX #854707 Saddle Brown

📋 copy color: '#854707'

red 133 ◦ green 71 ◦ blue 7

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

Shades of Saddle Brown #854707

Tints of Saddle Brown #854707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.32%

R = 63.03%
G = 33.65%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#854707 (or 0x854707) is known color: Saddle Brown. HEX triplet: 85, 47 and 07. RGB value is (133,71,7). Sum of RGB (Red+Green+Blue) = 133+71+7=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #854707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854707 is #7AB8F8. Grayscale: #525252. Windows color (decimal): -8042745 or 477061. OLE color: 477061.

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

Color convert

RGB 133 71 7 -
CMYK 0 0.47 0.95 0.48
HSL 30.48º 0.9% 0.27% -
HSV(B) 30.48º 0.95% 0.52% -
XYZ 11.96 9.51 1.41 -
YUV 82.24 85.54 164.2 -
System Red Green Blue C M Y K H S L
Decimal 133 71 7 0 0.47 0.95 0.48 30.48 0.9 0.27
Hex 85 47 7 0 2F 5F 30 1E 5A 1B
Octal 205 107 7 0 57 137 60 36 132 33
Binary 10000101 1000111 111 0 101111 1011111 110000 11110 1011010 11011

Color Harmonies of #854707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854707

Black with #854707

Text Example


Text Example

White with #854707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854707; }

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

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

background-color css

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

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

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

border-color css

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

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

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