#824602

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

Shades of Saddle Brown #824602

Tints of Saddle Brown #824602

Color information

#824602 (or 0x824602) is unknown color: approx Saddle Brown. HEX triplet: 82, 46 and 02. RGB value is (130,70,2). Sum of RGB (Red+Green+Blue) = 130+70+2=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #824602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824602 is #7DB9FD. Grayscale: #505050. Windows color (decimal): -8239614 or 149122. OLE color: 149122.

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

Color convert

RGB130702-
CMYK00.460.980.49
HSL31.88º96.97%25.88%-
HSV(B)31.88º98.46%50.98%-
XYZ11.419.131.22-
YUV80.1983.88163.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.36%
GREEN value IS 70 (27.73% from 255) = 34.65%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=64.36%
G=34.65%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13070200.460.980.4931.8896.9725.88
Hex8246202E623120611a
Octal2021062056142614014132
Binary1000001010001101001011101100010110001100000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824602; }

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

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

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

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

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

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

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

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