Html Css Color HEX #80360C Saddle Brown

📋 copy color: '#80360C'

red 128 ◦ green 54 ◦ blue 12

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

Shades of Saddle Brown #80360C

Tints of Saddle Brown #80360C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 65.98%
G = 27.84%
B = 6.19%

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

#80360C (or 0x80360C) is known color: Saddle Brown. HEX triplet: 80, 36 and 0C. RGB value is (128,54,12). Sum of RGB (Red+Green+Blue) = 128+54+12=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #80360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80360C is #7FC9F3. Grayscale: #474747. Windows color (decimal): -8374772 or 800384. OLE color: 800384.

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

Color convert

RGB 128 54 12 -
CMYK 0 0.58 0.91 0.50
HSL 21.72º 0.83% 0.27% -
HSV(B) 21.72º 0.91% 0.5% -
XYZ 10.29 7.25 1.21 -
YUV 71.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 128 54 12 0 0.58 0.91 0.50 21.72 0.83 0.27
Hex 80 36 C 0 3A 5B 32 16 53 1B
Octal 200 66 14 0 72 133 62 26 123 33
Binary 10000000 110110 1100 0 111010 1011011 110010 10110 1010011 11011

Color Harmonies of #80360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80360C

Black with #80360C

Text Example


Text Example

White with #80360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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