Html Css Color HEX #802E00 Saddle Brown

📋 copy color: '#802E00'

red 128 ◦ green 46 ◦ blue 0

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

Shades of Saddle Brown #802E00

Tints of Saddle Brown #802E00

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.44%

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

R = 73.56%
G = 26.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#802E00 (or 0x802E00) is known color: Saddle Brown. HEX triplet: 80, 2E and 00. RGB value is (128,46,0). Sum of RGB (Red+Green+Blue) = 128+46+0=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #802E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802E00 is #7FD1FF. Grayscale: #414141. Windows color (decimal): -8376832 or 11904. OLE color: 11904.

HSL color Cylindrical-coordinate representation of color #802E00: hue angle of 21.56º 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 #802E00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 46 0 -
CMYK 0 0.64 1 0.50
HSL 21.56º 1% 0.25% -
HSV(B) 21.56º 1% 0.5% -
XYZ 9.88 6.54 0.74 -
YUV 65.27 91.17 172.74 -
System Red Green Blue C M Y K H S L
Decimal 128 46 0 0 0.64 1 0.50 21.56 1 0.25
Hex 80 2E 0 0 40 64 32 16 64 19
Octal 200 56 0 0 100 144 62 26 144 31
Binary 10000000 101110 0 0 1000000 1100100 110010 10110 1100100 11001

Color Harmonies of #802E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802E00

Black with #802E00

Text Example


Text Example

White with #802E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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