#824003

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

Shades of Saddle Brown #824003

Tints of Saddle Brown #824003

Color information

#824003 (or 0x824003) is unknown color: approx Saddle Brown. HEX triplet: 82, 40 and 03. RGB value is (130,64,3). Sum of RGB (Red+Green+Blue) = 130+64+3=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #824003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824003 is #7DBFFC. Grayscale: #4D4D4D. Windows color (decimal): -8241149 or 213122. OLE color: 213122.

HSL color Cylindrical-coordinate representation of color #824003: hue angle of 28.82º degrees, saturation: 0.95, 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 #824003 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB130643-
CMYK00.510.980.49
HSL28.82º95.49%26.08%-
HSV(B)28.82º97.69%50.98%-
XYZ11.068.421.13-
YUV76.7886.37165.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.99%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 3 (1.56% from 255) = 1.52%
R=65.99%
G=32.49%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13064300.510.980.4928.8295.4926.08
Hex8240303362311d5f1a
Octal2021003063142613513732
Binary100000101000000110110011110001011000111101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824003; }

 p { color: rgb(130,64,3); }

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

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

 a { background-color: rgb(130,64,3); }

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

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

 span { border-color: rgb(130,64,3); }

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