#824403

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

Shades of Saddle Brown #824403

Tints of Saddle Brown #824403

Color information

#824403 (or 0x824403) is unknown color: approx Saddle Brown. HEX triplet: 82, 44 and 03. RGB value is (130,68,3). Sum of RGB (Red+Green+Blue) = 130+68+3=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #824403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824403 is #7DBBFC. Grayscale: #4F4F4F. Windows color (decimal): -8240125 or 214146. OLE color: 214146.

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

Color convert

RGB130683-
CMYK00.480.980.49
HSL30.71º95.49%26.08%-
HSV(B)30.71º97.69%50.98%-
XYZ11.298.891.21-
YUV79.1385.04164.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.68%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=64.68%
G=33.83%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13068300.480.980.4930.7195.4926.08
Hex8244303062311f5f1a
Octal2021043060142613713732
Binary100000101000100110110000110001011000111111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824403; }

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

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

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

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

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

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

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

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