#923202

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

Shades of Saddle Brown #923202

Tints of Saddle Brown #923202

Color information

#923202 (or 0x923202) is unknown color: approx Saddle Brown. HEX triplet: 92, 32 and 02. RGB value is (146,50,2). Sum of RGB (Red+Green+Blue) = 146+50+2=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #923202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923202 is #6DCDFD. Grayscale: #494949. Windows color (decimal): -7196158 or 144018. OLE color: 144018.

HSL color Cylindrical-coordinate representation of color #923202: hue angle of 20º 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 #923202 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB146502-
CMYK00.660.990.43
HSL20º97.3%29.02%-
HSV(B)20º98.63%57.25%-
XYZ13.018.40.99-
YUV73.2387.8179.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 73.74%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=73.74%
G=25.25%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14650200.660.990.432097.329.02
Hex92322042632B14611d
Octal2226220102143532414135
Binary100100101100101001000010110001110101110100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923202; }

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

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

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

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

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

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

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

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