Html Css Color HEX #80380D Saddle Brown

📋 copy color: '#80380D'

red 128 ◦ green 56 ◦ blue 13

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

Shades of Saddle Brown #80380D

Tints of Saddle Brown #80380D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.6%

R = 64.97%
G = 28.43%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80380D (or 0x80380D) is known color: Saddle Brown. HEX triplet: 80, 38 and 0D. RGB value is (128,56,13). Sum of RGB (Red+Green+Blue) = 128+56+13=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80380D is #7FC7F2. Grayscale: #484848. Windows color (decimal): -8374259 or 866432. OLE color: 866432.

HSL color Cylindrical-coordinate representation of color #80380D: hue angle of 22.43º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80380D is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 56 13 -
CMYK 0 0.56 0.90 0.50
HSL 22.43º 0.82% 0.28% -
HSV(B) 22.43º 0.9% 0.5% -
XYZ 10.39 7.45 1.27 -
YUV 72.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 128 56 13 0 0.56 0.90 0.50 22.43 0.82 0.28
Hex 80 38 D 0 38 5A 32 16 52 1C
Octal 200 70 15 0 70 132 62 26 122 34
Binary 10000000 111000 1101 0 111000 1011010 110010 10110 1010010 11100

Color Harmonies of #80380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80380D

Black with #80380D

Text Example


Text Example

White with #80380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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