Html Css Color HEX #802B05 Saddle Brown

📋 copy color: '#802B05'

red 128 ◦ green 43 ◦ blue 5

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

Shades of Saddle Brown #802B05

Tints of Saddle Brown #802B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.84%

R = 72.73%
G = 24.43%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#802B05 (or 0x802B05) is known color: Saddle Brown. HEX triplet: 80, 2B and 05. RGB value is (128,43,5). Sum of RGB (Red+Green+Blue) = 128+43+5=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #802B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802B05 is #7FD4FA. Grayscale: #404040. Windows color (decimal): -8377595 or 338816. OLE color: 338816.

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

Color convert

RGB 128 43 5 -
CMYK 0 0.66 0.96 0.50
HSL 18.54º 0.92% 0.26% -
HSV(B) 18.54º 0.96% 0.5% -
XYZ 9.79 6.33 0.85 -
YUV 64.08 94.66 173.59 -
System Red Green Blue C M Y K H S L
Decimal 128 43 5 0 0.66 0.96 0.50 18.54 0.92 0.26
Hex 80 2B 5 0 42 60 32 13 5C 1A
Octal 200 53 5 0 102 140 62 23 134 32
Binary 10000000 101011 101 0 1000010 1100000 110010 10011 1011100 11010

Color Harmonies of #802B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B05

Black with #802B05

Text Example


Text Example

White with #802B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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