Html Css Color HEX #80390B Saddle Brown

📋 copy color: '#80390B'

red 128 ◦ green 57 ◦ blue 11

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

Shades of Saddle Brown #80390B

Tints of Saddle Brown #80390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.08%

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

R = 65.31%
G = 29.08%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80390B (or 0x80390B) is known color: Saddle Brown. HEX triplet: 80, 39 and 0B. RGB value is (128,57,11). Sum of RGB (Red+Green+Blue) = 128+57+11=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #80390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80390B is #7FC6F4. Grayscale: #494949. Windows color (decimal): -8374005 or 735616. OLE color: 735616.

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

Color convert

RGB 128 57 11 -
CMYK 0 0.55 0.91 0.50
HSL 23.59º 0.84% 0.27% -
HSV(B) 23.59º 0.91% 0.5% -
XYZ 10.43 7.54 1.22 -
YUV 72.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 128 57 11 0 0.55 0.91 0.50 23.59 0.84 0.27
Hex 80 39 B 0 37 5B 32 18 54 1B
Octal 200 71 13 0 67 133 62 30 124 33
Binary 10000000 111001 1011 0 110111 1011011 110010 11000 1010100 11011

Color Harmonies of #80390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80390B

Black with #80390B

Text Example


Text Example

White with #80390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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