#922E05

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

Shades of Saddle Brown #922E05

Tints of Saddle Brown #922E05

Color information

#922E05 (or 0x922E05) is unknown color: approx Saddle Brown. HEX triplet: 92, 2E and 05. RGB value is (146,46,5). Sum of RGB (Red+Green+Blue) = 146+46+5=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #922E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922E05 is #6DD1FA. Grayscale: #474747. Windows color (decimal): -7197179 or 339602. OLE color: 339602.

HSL color Cylindrical-coordinate representation of color #922E05: hue angle of 17.45º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #922E05 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB146465-
CMYK00.680.970.43
HSL17.45º93.38%29.61%-
HSV(B)17.45º96.58%57.25%-
XYZ12.868.081.02-
YUV71.2390.63181.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.11%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=74.11%
G=23.35%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14646500.680.970.4317.4593.3829.61
Hex922E5044612B115d1e
Octal2225650104141532113536
Binary1001001010111010101000100110000110101110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,46,5); }

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

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

 a { background-color: rgb(146,46,5); }

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

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

 span { border-color: rgb(146,46,5); }

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