Html Css Color HEX #80440F Saddle Brown

📋 copy color: '#80440F'

red 128 ◦ green 68 ◦ blue 15

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

Shades of Saddle Brown #80440F

Tints of Saddle Brown #80440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.23%

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

R = 60.66%
G = 32.23%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80440F (or 0x80440F) is known color: Saddle Brown. HEX triplet: 80, 44 and 0F. RGB value is (128,68,15). Sum of RGB (Red+Green+Blue) = 128+68+15=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #80440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80440F is #7FBBF0. Grayscale: #505050. Windows color (decimal): -8371185 or 1000576. OLE color: 1000576.

HSL color Cylindrical-coordinate representation of color #80440F: hue angle of 28.14º 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 #80440F is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 68 15 -
CMYK 0 0.47 0.88 0.50
HSL 28.14º 0.79% 0.28% -
HSV(B) 28.14º 0.88% 0.5% -
XYZ 11.06 8.76 1.56 -
YUV 79.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 128 68 15 0 0.47 0.88 0.50 28.14 0.79 0.28
Hex 80 44 F 0 2F 58 32 1C 4F 1C
Octal 200 104 17 0 57 130 62 34 117 34
Binary 10000000 1000100 1111 0 101111 1011000 110010 11100 1001111 11100

Color Harmonies of #80440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80440F

Black with #80440F

Text Example


Text Example

White with #80440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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