#824601

Color #824601 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #824601

Tints of Saddle Brown #824601

Color information

#824601 (or 0x824601) is unknown color: approx Saddle Brown. HEX triplet: 82, 46 and 01. RGB value is (130,70,1). Sum of RGB (Red+Green+Blue) = 130+70+1=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #824601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824601 is #7DB9FE. Grayscale: #505050. Windows color (decimal): -8239615 or 83586. OLE color: 83586.

HSL color Cylindrical-coordinate representation of color #824601: hue angle of 32.09º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #824601 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB130701-
CMYK00.460.990.49
HSL32.09º98.47%25.69%-
HSV(B)32.09º99.23%50.98%-
XYZ11.49.131.19-
YUV80.0783.38163.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.68%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=64.68%
G=34.83%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13070100.460.990.4932.0998.4725.69
Hex8246102E633120621a
Octal2021061056143614014232
Binary100000101000110101011101100011110001100000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824601; }

 p { color: rgb(130,70,1); }

 H1.HeaderClassName
 {
   color: #824601;
 }
 .AnyTagClassName
 {
   color: #824601;
 }
</style>
background-color css

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

 a { background-color: rgb(130,70,1); }

 div.DivClassName
 {
   background-color: #824601;
 }
 .BgClassName
 {
   background-color: #824601;
 }
</style>
border-color css

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

 span { border-color: rgb(130,70,1); }

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