Html Css Color HEX #854A02 Saddle Brown

📋 copy color: '#854A02'

red 133 ◦ green 74 ◦ blue 2

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

Shades of Saddle Brown #854A02

Tints of Saddle Brown #854A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.96%

R = 63.64%
G = 35.41%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#854A02 (or 0x854A02) is known color: Saddle Brown. HEX triplet: 85, 4A and 02. RGB value is (133,74,2). Sum of RGB (Red+Green+Blue) = 133+74+2=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #854A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854A02 is #7AB5FD. Grayscale: #535353. Windows color (decimal): -8041982 or 150149. OLE color: 150149.

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

Color convert

RGB 133 74 2 -
CMYK 0 0.44 0.98 0.48
HSL 32.98º 0.97% 0.26% -
HSV(B) 32.98º 0.98% 0.52% -
XYZ 12.13 9.89 1.33 -
YUV 83.43 82.05 163.35 -
System Red Green Blue C M Y K H S L
Decimal 133 74 2 0 0.44 0.98 0.48 32.98 0.97 0.26
Hex 85 4A 2 0 2C 62 30 21 61 1A
Octal 205 112 2 0 54 142 60 41 141 32
Binary 10000101 1001010 10 0 101100 1100010 110000 100001 1100001 11010

Color Harmonies of #854A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A02

Black with #854A02

Text Example


Text Example

White with #854A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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