#823812

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

Shades of Saddle Brown #823812

Tints of Saddle Brown #823812

Color information

#823812 (or 0x823812) is unknown color: approx Saddle Brown. HEX triplet: 82, 38 and 12. RGB value is (130,56,18). Sum of RGB (Red+Green+Blue) = 130+56+18=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #823812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823812 is #7DC7ED. Grayscale: #4A4A4A. Windows color (decimal): -8243182 or 1194114. OLE color: 1194114.

HSL color Cylindrical-coordinate representation of color #823812: hue angle of 20.36º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #823812 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1305618-
CMYK00.570.860.49
HSL20.36º75.68%29.02%-
HSV(B)20.36º86.15%50.98%-
XYZ10.737.621.48-
YUV73.7996.52168.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.73%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 18 (7.42% from 255) = 8.82%
R=63.73%
G=27.45%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130561800.570.860.4920.3675.6829.02
Hex8238120395631144c1d
Octal2027022071126612411435
Binary10000010111000100100111001101011011000110100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823812; }

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

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

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

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

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

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

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

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