Html Css Color HEX #854907 Saddle Brown

📋 copy color: '#854907'

red 133 ◦ green 73 ◦ blue 7

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

Shades of Saddle Brown #854907

Tints of Saddle Brown #854907

RGB

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

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

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

R = 62.44%
G = 34.27%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#854907 (or 0x854907) is known color: Saddle Brown. HEX triplet: 85, 49 and 07. RGB value is (133,73,7). Sum of RGB (Red+Green+Blue) = 133+73+7=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #854907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854907 is #7AB6F8. Grayscale: #535353. Windows color (decimal): -8042233 or 477573. OLE color: 477573.

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

Color convert

RGB 133 73 7 -
CMYK 0 0.45 0.95 0.48
HSL 31.43º 0.9% 0.27% -
HSV(B) 31.43º 0.95% 0.52% -
XYZ 12.09 9.77 1.45 -
YUV 83.42 84.88 163.37 -
System Red Green Blue C M Y K H S L
Decimal 133 73 7 0 0.45 0.95 0.48 31.43 0.9 0.27
Hex 85 49 7 0 2D 5F 30 1F 5A 1B
Octal 205 111 7 0 55 137 60 37 132 33
Binary 10000101 1001001 111 0 101101 1011111 110000 11111 1011010 11011

Color Harmonies of #854907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854907

Black with #854907

Text Example


Text Example

White with #854907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854907; }

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

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

background-color css

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

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

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

border-color css

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

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

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