#82390C

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

Shades of Saddle Brown #82390C

Tints of Saddle Brown #82390C

Color information

#82390C (or 0x82390C) is unknown color: approx Saddle Brown. HEX triplet: 82, 39 and 0C. RGB value is (130,57,12). Sum of RGB (Red+Green+Blue) = 130+57+12=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #82390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82390C is #7DC6F3. Grayscale: #494949. Windows color (decimal): -8242932 or 801154. OLE color: 801154.

HSL color Cylindrical-coordinate representation of color #82390C: hue angle of 22.88º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82390C is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1305712-
CMYK00.560.910.49
HSL22.88º83.1%27.84%-
HSV(B)22.88º90.77%50.98%-
XYZ10.747.71.27-
YUV73.793.18168.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.33%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=65.33%
G=28.64%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130571200.560.910.4922.8883.127.84
Hex8239C0385B3117531c
Octal2027114070133612712334
Binary1000001011100111000111000101101111000110111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82390C; }

 p { color: rgb(130,57,12); }

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

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

 a { background-color: rgb(130,57,12); }

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

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

 span { border-color: rgb(130,57,12); }

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