Html Css Color HEX #854A06 Saddle Brown

📋 copy color: '#854A06'

red 133 ◦ green 74 ◦ blue 6

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

Shades of Saddle Brown #854A06

Tints of Saddle Brown #854A06

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.74%

 BLUE value IS 6 (2.73% from 255) = 2.82%

R = 62.44%
G = 34.74%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#854A06 (or 0x854A06) is known color: Saddle Brown. HEX triplet: 85, 4A and 06. RGB value is (133,74,6). Sum of RGB (Red+Green+Blue) = 133+74+6=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #854A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854A06 is #7AB5F9. Grayscale: #545454. Windows color (decimal): -8041978 or 412293. OLE color: 412293.

HSL color Cylindrical-coordinate representation of color #854A06: hue angle of 32.13º degrees, saturation: 0.91, 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 #854A06 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 74 6 -
CMYK 0 0.44 0.95 0.48
HSL 32.13º 0.91% 0.27% -
HSV(B) 32.13º 0.95% 0.52% -
XYZ 12.15 9.9 1.44 -
YUV 83.89 84.05 163.03 -
System Red Green Blue C M Y K H S L
Decimal 133 74 6 0 0.44 0.95 0.48 32.13 0.91 0.27
Hex 85 4A 6 0 2C 5F 30 20 5B 1B
Octal 205 112 6 0 54 137 60 40 133 33
Binary 10000101 1001010 110 0 101100 1011111 110000 100000 1011011 11011

Color Harmonies of #854A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A06

Black with #854A06

Text Example


Text Example

White with #854A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854A06; }

 p { color: rgb(133,74,6); }

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

background-color css

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

 a { background-color: rgb(133,74,6); }

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

border-color css

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

 span { border-color: rgb(133,74,6); }

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