#82380C

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

Shades of Saddle Brown #82380C

Tints of Saddle Brown #82380C

Color information

#82380C (or 0x82380C) is unknown color: approx Saddle Brown. HEX triplet: 82, 38 and 0C. RGB value is (130,56,12). Sum of RGB (Red+Green+Blue) = 130+56+12=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #82380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82380C is #7DC7F3. Grayscale: #494949. Windows color (decimal): -8243188 or 800898. OLE color: 800898.

HSL color Cylindrical-coordinate representation of color #82380C: hue angle of 22.37º 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 #82380C is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1305612-
CMYK00.570.910.49
HSL22.37º83.1%27.84%-
HSV(B)22.37º90.77%50.98%-
XYZ10.697.61.25-
YUV73.1193.52168.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.66%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 12 (5.08% from 255) = 6.06%
R=65.66%
G=28.28%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130561200.570.910.4922.3783.127.84
Hex8238C0395B3116531c
Octal2027014071133612612334
Binary1000001011100011000111001101101111000110110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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