Html Css Color HEX #802801 Saddle Brown

📋 copy color: '#802801'

red 128 ◦ green 40 ◦ blue 1

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

Shades of Saddle Brown #802801

Tints of Saddle Brown #802801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.67%

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 75.74%
G = 23.67%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#802801 (or 0x802801) is known color: Saddle Brown. HEX triplet: 80, 28 and 01. RGB value is (128,40,1). Sum of RGB (Red+Green+Blue) = 128+40+1=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #802801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802801 is #7FD7FE. Grayscale: #3E3E3E. Windows color (decimal): -8378367 or 75904. OLE color: 75904.

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

Color convert

RGB 128 40 1 -
CMYK 0 0.69 0.99 0.50
HSL 18.43º 0.98% 0.25% -
HSV(B) 18.43º 0.99% 0.5% -
XYZ 9.67 6.11 0.7 -
YUV 61.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 128 40 1 0 0.69 0.99 0.50 18.43 0.98 0.25
Hex 80 28 1 0 45 63 32 12 62 19
Octal 200 50 1 0 105 143 62 22 142 31
Binary 10000000 101000 1 0 1000101 1100011 110010 10010 1100010 11001

Color Harmonies of #802801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802801

Black with #802801

Text Example


Text Example

White with #802801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802801; }

 p { color: rgb(128,40,1); }

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

background-color css

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

 a { background-color: rgb(128,40,1); }

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

border-color css

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

 span { border-color: rgb(128,40,1); }

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