Html Css Color HEX #80360B Saddle Brown

📋 copy color: '#80360B'

red 128 ◦ green 54 ◦ blue 11

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

Shades of Saddle Brown #80360B

Tints of Saddle Brown #80360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.98%

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

R = 66.32%
G = 27.98%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80360B (or 0x80360B) is known color: Saddle Brown. HEX triplet: 80, 36 and 0B. RGB value is (128,54,11). Sum of RGB (Red+Green+Blue) = 128+54+11=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #80360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80360B is #7FC9F4. Grayscale: #474747. Windows color (decimal): -8374773 or 734848. OLE color: 734848.

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

Color convert

RGB 128 54 11 -
CMYK 0 0.58 0.91 0.50
HSL 22.05º 0.84% 0.27% -
HSV(B) 22.05º 0.91% 0.5% -
XYZ 10.28 7.25 1.17 -
YUV 71.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 128 54 11 0 0.58 0.91 0.50 22.05 0.84 0.27
Hex 80 36 B 0 3A 5B 32 16 54 1B
Octal 200 66 13 0 72 133 62 26 124 33
Binary 10000000 110110 1011 0 111010 1011011 110010 10110 1010100 11011

Color Harmonies of #80360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80360B

Black with #80360B

Text Example


Text Example

White with #80360B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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