Html Css Color HEX #802902 Saddle Brown

📋 copy color: '#802902'

red 128 ◦ green 41 ◦ blue 2

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

Shades of Saddle Brown #802902

Tints of Saddle Brown #802902

RGB

 RED value IS 128 (50.39% from 255) = 74.85%

 GREEN value IS 41 (16.41% from 255) = 23.98%

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

R = 74.85%
G = 23.98%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#802902 (or 0x802902) is known color: Saddle Brown. HEX triplet: 80, 29 and 02. RGB value is (128,41,2). Sum of RGB (Red+Green+Blue) = 128+41+2=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #802902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802902 is #7FD6FD. Grayscale: #3E3E3E. Windows color (decimal): -8378110 or 141696. OLE color: 141696.

HSL color Cylindrical-coordinate representation of color #802902: hue angle of 18.57º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #802902 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 2 -
CMYK 0 0.68 0.98 0.50
HSL 18.57º 0.97% 0.25% -
HSV(B) 18.57º 0.98% 0.5% -
XYZ 9.71 6.18 0.74 -
YUV 62.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 128 41 2 0 0.68 0.98 0.50 18.57 0.97 0.25
Hex 80 29 2 0 44 62 32 13 61 19
Octal 200 51 2 0 104 142 62 23 141 31
Binary 10000000 101001 10 0 1000100 1100010 110010 10011 1100001 11001

Color Harmonies of #802902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802902

Black with #802902

Text Example


Text Example

White with #802902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802902; }

 p { color: rgb(128,41,2); }

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

background-color css

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

 a { background-color: rgb(128,41,2); }

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

border-color css

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

 span { border-color: rgb(128,41,2); }

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