#923302

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

Shades of Saddle Brown #923302

Tints of Saddle Brown #923302

Color information

#923302 (or 0x923302) is unknown color: approx Saddle Brown. HEX triplet: 92, 33 and 02. RGB value is (146,51,2). Sum of RGB (Red+Green+Blue) = 146+51+2=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #923302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923302 is #6DCCFD. Grayscale: #4A4A4A. Windows color (decimal): -7195902 or 144274. OLE color: 144274.

HSL color Cylindrical-coordinate representation of color #923302: hue angle of 20.42º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #923302 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB146512-
CMYK00.650.990.43
HSL20.42º97.3%29.02%-
HSV(B)20.42º98.63%57.25%-
XYZ13.058.481.01-
YUV73.8287.47179.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 73.37%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=73.37%
G=25.63%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14651200.650.990.4320.4297.329.02
Hex92332041632B14611d
Octal2226320101143532414135
Binary100100101100111001000001110001110101110100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923302; }

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

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

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

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

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

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

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

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