#823402

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

Shades of Saddle Brown #823402

Tints of Saddle Brown #823402

Color information

#823402 (or 0x823402) is unknown color: approx Saddle Brown. HEX triplet: 82, 34 and 02. RGB value is (130,52,2). Sum of RGB (Red+Green+Blue) = 130+52+2=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #823402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823402 is #7DCBFD. Grayscale: #454545. Windows color (decimal): -8244222 or 144514. OLE color: 144514.

HSL color Cylindrical-coordinate representation of color #823402: hue angle of 23.44º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #823402 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB130522-
CMYK00.600.980.49
HSL23.44º96.97%25.88%-
HSV(B)23.44º98.46%50.98%-
XYZ10.447.210.9-
YUV69.6289.84171.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.65%
GREEN value IS 52 (20.70% from 255) = 28.26%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=70.65%
G=28.26%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13052200.600.980.4923.4496.9725.88
Hex8234203C623117611a
Octal202642074142612714132
Binary10000010110100100111100110001011000110111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823402; }

 p { color: rgb(130,52,2); }

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

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

 a { background-color: rgb(130,52,2); }

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

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

 span { border-color: rgb(130,52,2); }

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