Html Css Color HEX #854802 Saddle Brown

📋 copy color: '#854802'

red 133 ◦ green 72 ◦ blue 2

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

Shades of Saddle Brown #854802

Tints of Saddle Brown #854802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

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

R = 64.25%
G = 34.78%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#854802 (or 0x854802) is known color: Saddle Brown. HEX triplet: 85, 48 and 02. RGB value is (133,72,2). Sum of RGB (Red+Green+Blue) = 133+72+2=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #854802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854802 is #7AB7FD. Grayscale: #525252. Windows color (decimal): -8042494 or 149637. OLE color: 149637.

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

Color convert

RGB 133 72 2 -
CMYK 0 0.46 0.98 0.48
HSL 32.06º 0.97% 0.26% -
HSV(B) 32.06º 0.98% 0.52% -
XYZ 12 9.63 1.28 -
YUV 82.26 82.71 164.19 -
System Red Green Blue C M Y K H S L
Decimal 133 72 2 0 0.46 0.98 0.48 32.06 0.97 0.26
Hex 85 48 2 0 2E 62 30 20 61 1A
Octal 205 110 2 0 56 142 60 40 141 32
Binary 10000101 1001000 10 0 101110 1100010 110000 100000 1100001 11010

Color Harmonies of #854802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854802

Black with #854802

Text Example


Text Example

White with #854802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854802; }

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

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

background-color css

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

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

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

border-color css

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

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

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