Html Css Color HEX #80410A Saddle Brown

📋 copy color: '#80410A'

red 128 ◦ green 65 ◦ blue 10

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

Shades of Saddle Brown #80410A

Tints of Saddle Brown #80410A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

 BLUE value IS 10 (4.3% from 255) = 4.93%

R = 63.05%
G = 32.02%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#80410A (or 0x80410A) is known color: Saddle Brown. HEX triplet: 80, 41 and 0A. RGB value is (128,65,10). Sum of RGB (Red+Green+Blue) = 128+65+10=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #80410A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80410A is #7FBEF5. Grayscale: #4D4D4D. Windows color (decimal): -8371958 or 672128. OLE color: 672128.

HSL color Cylindrical-coordinate representation of color #80410A: hue angle of 27.97º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80410A is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 10 -
CMYK 0 0.49 0.92 0.50
HSL 27.97º 0.86% 0.27% -
HSV(B) 27.97º 0.92% 0.5% -
XYZ 10.85 8.39 1.34 -
YUV 77.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 128 65 10 0 0.49 0.92 0.50 27.97 0.86 0.27
Hex 80 41 A 0 31 5C 32 1C 56 1B
Octal 200 101 12 0 61 134 62 34 126 33
Binary 10000000 1000001 1010 0 110001 1011100 110010 11100 1010110 11011

Color Harmonies of #80410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80410A

Black with #80410A

Text Example


Text Example

White with #80410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80410A; }

 p { color: rgb(128,65,10); }

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

background-color css

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

 a { background-color: rgb(128,65,10); }

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

border-color css

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

 span { border-color: rgb(128,65,10); }

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