Html Css Color HEX #854900 Saddle Brown

📋 copy color: '#854900'

red 133 ◦ green 73 ◦ blue 0

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

Shades of Saddle Brown #854900

Tints of Saddle Brown #854900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.56%
G = 35.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#854900 (or 0x854900) is known color: Saddle Brown. HEX triplet: 85, 49 and 00. RGB value is (133,73,0). Sum of RGB (Red+Green+Blue) = 133+73+0=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #854900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854900 is #7AB6FF. Grayscale: #525252. Windows color (decimal): -8042240 or 18821. OLE color: 18821.

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

Color convert

RGB 133 73 0 -
CMYK 0 0.45 1 0.48
HSL 32.93º 1% 0.26% -
HSV(B) 32.93º 1% 0.52% -
XYZ 12.06 9.75 1.25 -
YUV 82.62 81.38 163.94 -
System Red Green Blue C M Y K H S L
Decimal 133 73 0 0 0.45 1 0.48 32.93 1 0.26
Hex 85 49 0 0 2D 64 30 21 64 1A
Octal 205 111 0 0 55 144 60 41 144 32
Binary 10000101 1001001 0 0 101101 1100100 110000 100001 1100100 11010

Color Harmonies of #854900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854900

Black with #854900

Text Example


Text Example

White with #854900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854900; }

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

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

background-color css

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

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

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

border-color css

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

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

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