Html Css Color HEX #80360F Saddle Brown

📋 copy color: '#80360F'

red 128 ◦ green 54 ◦ blue 15

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

Shades of Saddle Brown #80360F

Tints of Saddle Brown #80360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.61%

R = 64.97%
G = 27.41%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80360F (or 0x80360F) is known color: Saddle Brown. HEX triplet: 80, 36 and 0F. RGB value is (128,54,15). Sum of RGB (Red+Green+Blue) = 128+54+15=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80360F is #7FC9F0. Grayscale: #474747. Windows color (decimal): -8374769 or 996992. OLE color: 996992.

HSL color Cylindrical-coordinate representation of color #80360F: hue angle of 20.71º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80360F is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 54 15 -
CMYK 0 0.58 0.88 0.50
HSL 20.71º 0.79% 0.28% -
HSV(B) 20.71º 0.88% 0.5% -
XYZ 10.31 7.26 1.31 -
YUV 71.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 128 54 15 0 0.58 0.88 0.50 20.71 0.79 0.28
Hex 80 36 F 0 3A 58 32 15 4F 1C
Octal 200 66 17 0 72 130 62 25 117 34
Binary 10000000 110110 1111 0 111010 1011000 110010 10101 1001111 11100

Color Harmonies of #80360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80360F

Black with #80360F

Text Example


Text Example

White with #80360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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