#823302

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

Shades of Saddle Brown #823302

Tints of Saddle Brown #823302

Color information

#823302 (or 0x823302) is unknown color: approx Saddle Brown. HEX triplet: 82, 33 and 02. RGB value is (130,51,2). Sum of RGB (Red+Green+Blue) = 130+51+2=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #823302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823302 is #7DCCFD. Grayscale: #454545. Windows color (decimal): -8244478 or 144258. OLE color: 144258.

HSL color Cylindrical-coordinate representation of color #823302: hue angle of 22.97º 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 #823302 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB130512-
CMYK00.610.980.49
HSL22.97º96.97%25.88%-
HSV(B)22.97º98.46%50.98%-
XYZ10.47.120.88-
YUV69.0390.17171.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.04%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=71.04%
G=27.87%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13051200.610.980.4922.9796.9725.88
Hex8233203D623117611a
Octal202632075142612714132
Binary10000010110011100111101110001011000110111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823302; }

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

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

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

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

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

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

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

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