Html Css Color HEX #802B00 Saddle Brown

📋 copy color: '#802B00'

red 128 ◦ green 43 ◦ blue 0

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

Shades of Saddle Brown #802B00

Tints of Saddle Brown #802B00

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.85%
G = 25.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#802B00 (or 0x802B00) is known color: Saddle Brown. HEX triplet: 80, 2B and 00. RGB value is (128,43,0). Sum of RGB (Red+Green+Blue) = 128+43+0=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #802B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802B00 is #7FD4FF. Grayscale: #3F3F3F. Windows color (decimal): -8377600 or 11136. OLE color: 11136.

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

Color convert

RGB 128 43 0 -
CMYK 0 0.66 1 0.50
HSL 20.16º 1% 0.25% -
HSV(B) 20.16º 1% 0.5% -
XYZ 9.77 6.32 0.7 -
YUV 63.51 92.16 174 -
System Red Green Blue C M Y K H S L
Decimal 128 43 0 0 0.66 1 0.50 20.16 1 0.25
Hex 80 2B 0 0 42 64 32 14 64 19
Octal 200 53 0 0 102 144 62 24 144 31
Binary 10000000 101011 0 0 1000010 1100100 110010 10100 1100100 11001

Color Harmonies of #802B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B00

Black with #802B00

Text Example


Text Example

White with #802B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802B00; }

 p { color: rgb(128,43,0); }

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

background-color css

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

 a { background-color: rgb(128,43,0); }

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

border-color css

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

 span { border-color: rgb(128,43,0); }

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