#82360C

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

Shades of Saddle Brown #82360C

Tints of Saddle Brown #82360C

Color information

#82360C (or 0x82360C) is unknown color: approx Saddle Brown. HEX triplet: 82, 36 and 0C. RGB value is (130,54,12). Sum of RGB (Red+Green+Blue) = 130+54+12=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82360C is #7DC9F3. Grayscale: #484848. Windows color (decimal): -8243700 or 800386. OLE color: 800386.

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

Color convert

RGB1305412-
CMYK00.580.910.49
HSL21.36º83.1%27.84%-
HSV(B)21.36º90.77%50.98%-
XYZ10.597.411.22-
YUV71.9494.18169.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.33%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 12 (5.08% from 255) = 6.12%
R=66.33%
G=27.55%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130541200.580.910.4921.3683.127.84
Hex8236C03A5B3115531c
Octal2026614072133612512334
Binary1000001011011011000111010101101111000110101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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