Html Css Color HEX #80460A Saddle Brown

📋 copy color: '#80460A'

red 128 ◦ green 70 ◦ blue 10

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

Shades of Saddle Brown #80460A

Tints of Saddle Brown #80460A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.65%

 BLUE value IS 10 (4.3% from 255) = 4.81%

R = 61.54%
G = 33.65%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#80460A (or 0x80460A) is known color: Saddle Brown. HEX triplet: 80, 46 and 0A. RGB value is (128,70,10). Sum of RGB (Red+Green+Blue) = 128+70+10=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80460A is #7FB9F5. Grayscale: #505050. Windows color (decimal): -8370678 or 673408. OLE color: 673408.

HSL color Cylindrical-coordinate representation of color #80460A: hue angle of 30.51º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80460A is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 70 10 -
CMYK 0 0.45 0.92 0.50
HSL 30.51º 0.86% 0.27% -
HSV(B) 30.51º 0.92% 0.5% -
XYZ 11.15 8.99 1.44 -
YUV 80.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 128 70 10 0 0.45 0.92 0.50 30.51 0.86 0.27
Hex 80 46 A 0 2D 5C 32 1F 56 1B
Octal 200 106 12 0 55 134 62 37 126 33
Binary 10000000 1000110 1010 0 101101 1011100 110010 11111 1010110 11011

Color Harmonies of #80460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80460A

Black with #80460A

Text Example


Text Example

White with #80460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80460A; }

 p { color: rgb(128,70,10); }

 H1.HeaderClassName
 {
   color: #80460A;
 }
 .AnyTagClassName
 {
   color: #80460A;
 }
</style>

background-color css

<style>
 a { background-color: #80460A; }

 a { background-color: rgb(128,70,10); }

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

border-color css

<style>
 span { border-color: #80460A; }

 span { border-color: rgb(128,70,10); }

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