Html Css Color HEX #80370B Saddle Brown

📋 copy color: '#80370B'

red 128 ◦ green 55 ◦ blue 11

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

Shades of Saddle Brown #80370B

Tints of Saddle Brown #80370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.35%

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

R = 65.98%
G = 28.35%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80370B (or 0x80370B) is known color: Saddle Brown. HEX triplet: 80, 37 and 0B. RGB value is (128,55,11). Sum of RGB (Red+Green+Blue) = 128+55+11=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #80370B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80370B is #7FC8F4. Grayscale: #484848. Windows color (decimal): -8374517 or 735104. OLE color: 735104.

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

Color convert

RGB 128 55 11 -
CMYK 0 0.57 0.91 0.50
HSL 22.56º 0.84% 0.27% -
HSV(B) 22.56º 0.91% 0.5% -
XYZ 10.33 7.35 1.19 -
YUV 71.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 128 55 11 0 0.57 0.91 0.50 22.56 0.84 0.27
Hex 80 37 B 0 39 5B 32 17 54 1B
Octal 200 67 13 0 71 133 62 27 124 33
Binary 10000000 110111 1011 0 111001 1011011 110010 10111 1010100 11011

Color Harmonies of #80370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80370B

Black with #80370B

Text Example


Text Example

White with #80370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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