Html Css Color HEX #80410D Saddle Brown

📋 copy color: '#80410D'

red 128 ◦ green 65 ◦ blue 13

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

Shades of Saddle Brown #80410D

Tints of Saddle Brown #80410D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.31%

R = 62.14%
G = 31.55%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80410D (or 0x80410D) is known color: Saddle Brown. HEX triplet: 80, 41 and 0D. RGB value is (128,65,13). Sum of RGB (Red+Green+Blue) = 128+65+13=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #80410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80410D is #7FBEF2. Grayscale: #4E4E4E. Windows color (decimal): -8371955 or 868736. OLE color: 868736.

HSL color Cylindrical-coordinate representation of color #80410D: hue angle of 27.13º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80410D is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 13 -
CMYK 0 0.49 0.90 0.50
HSL 27.13º 0.82% 0.28% -
HSV(B) 27.13º 0.9% 0.5% -
XYZ 10.87 8.4 1.43 -
YUV 77.91 91.37 163.73 -
System Red Green Blue C M Y K H S L
Decimal 128 65 13 0 0.49 0.90 0.50 27.13 0.82 0.28
Hex 80 41 D 0 31 5A 32 1B 52 1C
Octal 200 101 15 0 61 132 62 33 122 34
Binary 10000000 1000001 1101 0 110001 1011010 110010 11011 1010010 11100

Color Harmonies of #80410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80410D

Black with #80410D

Text Example


Text Example

White with #80410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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