Html Css Color HEX #80410F Saddle Brown

📋 copy color: '#80410F'

red 128 ◦ green 65 ◦ blue 15

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

Shades of Saddle Brown #80410F

Tints of Saddle Brown #80410F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.21%

R = 61.54%
G = 31.25%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80410F (or 0x80410F) is known color: Saddle Brown. HEX triplet: 80, 41 and 0F. RGB value is (128,65,15). Sum of RGB (Red+Green+Blue) = 128+65+15=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80410F is #7FBEF0. Grayscale: #4E4E4E. Windows color (decimal): -8371953 or 999808. OLE color: 999808.

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

Color convert

RGB 128 65 15 -
CMYK 0 0.49 0.88 0.50
HSL 26.55º 0.79% 0.28% -
HSV(B) 26.55º 0.88% 0.5% -
XYZ 10.88 8.4 1.5 -
YUV 78.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 128 65 15 0 0.49 0.88 0.50 26.55 0.79 0.28
Hex 80 41 F 0 31 58 32 1B 4F 1C
Octal 200 101 17 0 61 130 62 33 117 34
Binary 10000000 1000001 1111 0 110001 1011000 110010 11011 1001111 11100

Color Harmonies of #80410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80410F

Black with #80410F

Text Example


Text Example

White with #80410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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