#922C07

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

Shades of Saddle Brown #922C07

Tints of Saddle Brown #922C07

Color information

#922C07 (or 0x922C07) is unknown color: approx Saddle Brown. HEX triplet: 92, 2C and 07. RGB value is (146,44,7). Sum of RGB (Red+Green+Blue) = 146+44+7=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #922C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922C07 is #6DD3F8. Grayscale: #464646. Windows color (decimal): -7197689 or 470162. OLE color: 470162.

HSL color Cylindrical-coordinate representation of color #922C07: hue angle of 15.97º 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 #922C07 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB146447-
CMYK00.700.950.43
HSL15.97º90.85%30%-
HSV(B)15.97º95.21%57.25%-
XYZ12.797.931.06-
YUV70.2892.29182.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.11%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 7 (3.12% from 255) = 3.55%
R=74.11%
G=22.34%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14644700.700.950.4315.9790.8530
Hex922C70465F2B105b1e
Octal2225470106137532013336
Binary1001001010110011101000110101111110101110000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922C07; }

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

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

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

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

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

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

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

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