#823814

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

Shades of Saddle Brown #823814

Tints of Saddle Brown #823814

Color information

#823814 (or 0x823814) is unknown color: approx Saddle Brown. HEX triplet: 82, 38 and 14. RGB value is (130,56,20). Sum of RGB (Red+Green+Blue) = 130+56+20=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #823814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823814 is #7DC7EB. Grayscale: #4A4A4A. Windows color (decimal): -8243180 or 1325186. OLE color: 1325186.

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

Color convert

RGB1305620-
CMYK00.570.850.49
HSL19.64º73.33%29.41%-
HSV(B)19.64º84.62%50.98%-
XYZ10.757.621.57-
YUV74.0297.52167.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.11%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 20 (8.20% from 255) = 9.71%
R=63.11%
G=27.18%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130562000.570.850.4919.6473.3329.41
Hex823814039553114491d
Octal2027024071125612411135
Binary10000010111000101000111001101010111000110100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823814; }

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

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

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

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

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

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

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

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