#923007

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

Shades of Saddle Brown #923007

Tints of Saddle Brown #923007

Color information

#923007 (or 0x923007) is unknown color: approx Saddle Brown. HEX triplet: 92, 30 and 07. RGB value is (146,48,7). Sum of RGB (Red+Green+Blue) = 146+48+7=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #923007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923007 is #6DCFF8. Grayscale: #484848. Windows color (decimal): -7196665 or 471186. OLE color: 471186.

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

Color convert

RGB146487-
CMYK00.670.950.43
HSL17.7º90.85%30%-
HSV(B)17.7º95.21%57.25%-
XYZ12.958.241.11-
YUV72.6390.97180.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 72.64%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 7 (3.12% from 255) = 3.48%
R=72.64%
G=23.88%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14648700.670.950.4317.790.8530
Hex923070435F2B125b1e
Octal2226070103137532213336
Binary1001001011000011101000011101111110101110010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923007; }

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

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

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

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

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

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

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

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