#923004

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

Shades of Saddle Brown #923004

Tints of Saddle Brown #923004

Color information

#923004 (or 0x923004) is unknown color: approx Saddle Brown. HEX triplet: 92, 30 and 04. RGB value is (146,48,4). Sum of RGB (Red+Green+Blue) = 146+48+4=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #923004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923004 is #6DCFFB. Grayscale: #484848. Windows color (decimal): -7196668 or 274578. OLE color: 274578.

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

Color convert

RGB146484-
CMYK00.670.970.43
HSL18.59º94.67%29.41%-
HSV(B)18.59º97.26%57.25%-
XYZ12.938.231.02-
YUV72.2989.47180.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 73.74%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 4 (1.95% from 255) = 2.02%
R=73.74%
G=24.24%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14648400.670.970.4318.5994.6729.41
Hex92304043612B135f1d
Octal2226040103141532313735
Binary1001001011000010001000011110000110101110011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923004; }

 p { color: rgb(146,48,4); }

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

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

 a { background-color: rgb(146,48,4); }

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

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

 span { border-color: rgb(146,48,4); }

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