Html Css Color HEX #80380B Saddle Brown

📋 copy color: '#80380B'

red 128 ◦ green 56 ◦ blue 11

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

Shades of Saddle Brown #80380B

Tints of Saddle Brown #80380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.72%

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

R = 65.64%
G = 28.72%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80380B (or 0x80380B) is known color: Saddle Brown. HEX triplet: 80, 38 and 0B. RGB value is (128,56,11). Sum of RGB (Red+Green+Blue) = 128+56+11=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #80380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80380B is #7FC7F4. Grayscale: #484848. Windows color (decimal): -8374261 or 735360. OLE color: 735360.

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

Color convert

RGB 128 56 11 -
CMYK 0 0.56 0.91 0.50
HSL 23.08º 0.84% 0.27% -
HSV(B) 23.08º 0.91% 0.5% -
XYZ 10.38 7.44 1.21 -
YUV 72.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 128 56 11 0 0.56 0.91 0.50 23.08 0.84 0.27
Hex 80 38 B 0 38 5B 32 17 54 1B
Octal 200 70 13 0 70 133 62 27 124 33
Binary 10000000 111000 1011 0 111000 1011011 110010 10111 1010100 11011

Color Harmonies of #80380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80380B

Black with #80380B

Text Example


Text Example

White with #80380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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