Html Css Color HEX #80440B Saddle Brown

📋 copy color: '#80440B'

red 128 ◦ green 68 ◦ blue 11

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

Shades of Saddle Brown #80440B

Tints of Saddle Brown #80440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.31%

R = 61.84%
G = 32.85%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80440B (or 0x80440B) is known color: Saddle Brown. HEX triplet: 80, 44 and 0B. RGB value is (128,68,11). Sum of RGB (Red+Green+Blue) = 128+68+11=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80440B is #7FBBF4. Grayscale: #4F4F4F. Windows color (decimal): -8371189 or 738432. OLE color: 738432.

HSL color Cylindrical-coordinate representation of color #80440B: hue angle of 29.23º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80440B is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 68 11 -
CMYK 0 0.47 0.91 0.50
HSL 29.23º 0.84% 0.27% -
HSV(B) 29.23º 0.91% 0.5% -
XYZ 11.03 8.75 1.42 -
YUV 79.44 89.38 162.63 -
System Red Green Blue C M Y K H S L
Decimal 128 68 11 0 0.47 0.91 0.50 29.23 0.84 0.27
Hex 80 44 B 0 2F 5B 32 1D 54 1B
Octal 200 104 13 0 57 133 62 35 124 33
Binary 10000000 1000100 1011 0 101111 1011011 110010 11101 1010100 11011

Color Harmonies of #80440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80440B

Black with #80440B

Text Example


Text Example

White with #80440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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