Html Css Color HEX #80450B Saddle Brown

📋 copy color: '#80450B'

red 128 ◦ green 69 ◦ blue 11

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

Shades of Saddle Brown #80450B

Tints of Saddle Brown #80450B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

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

R = 61.54%
G = 33.17%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80450B (or 0x80450B) is known color: Saddle Brown. HEX triplet: 80, 45 and 0B. RGB value is (128,69,11). Sum of RGB (Red+Green+Blue) = 128+69+11=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80450B is #7FBAF4. Grayscale: #505050. Windows color (decimal): -8370933 or 738688. OLE color: 738688.

HSL color Cylindrical-coordinate representation of color #80450B: hue angle of 29.74º 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 #80450B is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 69 11 -
CMYK 0 0.46 0.91 0.50
HSL 29.74º 0.84% 0.27% -
HSV(B) 29.74º 0.91% 0.5% -
XYZ 11.09 8.87 1.44 -
YUV 80.03 89.05 162.22 -
System Red Green Blue C M Y K H S L
Decimal 128 69 11 0 0.46 0.91 0.50 29.74 0.84 0.27
Hex 80 45 B 0 2E 5B 32 1E 54 1B
Octal 200 105 13 0 56 133 62 36 124 33
Binary 10000000 1000101 1011 0 101110 1011011 110010 11110 1010100 11011

Color Harmonies of #80450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80450B

Black with #80450B

Text Example


Text Example

White with #80450B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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