#922E01

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

Shades of Saddle Brown #922E01

Tints of Saddle Brown #922E01

Color information

#922E01 (or 0x922E01) is unknown color: approx Saddle Brown. HEX triplet: 92, 2E and 01. RGB value is (146,46,1). Sum of RGB (Red+Green+Blue) = 146+46+1=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #922E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922E01 is #6DD1FE. Grayscale: #474747. Windows color (decimal): -7197183 or 77458. OLE color: 77458.

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

Color convert

RGB146461-
CMYK00.680.990.43
HSL18.62º98.64%28.82%-
HSV(B)18.62º99.32%57.25%-
XYZ12.848.070.91-
YUV70.7788.63181.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 75.65%
GREEN value IS 46 (18.36% from 255) = 23.83%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=75.65%
G=23.83%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14646100.680.990.4318.6298.6428.82
Hex922E1044632B13631d
Octal2225610104143532314335
Binary10010010101110101000100110001110101110011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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