#924801

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

Shades of Saddle Brown #924801

Tints of Saddle Brown #924801

Color information

#924801 (or 0x924801) is unknown color: approx Saddle Brown. HEX triplet: 92, 48 and 01. RGB value is (146,72,1). Sum of RGB (Red+Green+Blue) = 146+72+1=219 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.67% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 146 - color contains mainly: red. Hex color #924801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924801 is #6DB7FE. Grayscale: #565656. Windows color (decimal): -7190527 or 84114. OLE color: 84114.

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

Color convert

RGB146721-
CMYK00.510.990.43
HSL29.38º98.64%28.82%-
HSV(B)29.38º99.32%57.25%-
XYZ14.1810.751.36-
YUV86.0380.02170.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 66.67%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=66.67%
G=32.88%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14672100.510.990.4329.3898.6428.82
Hex92481033632B1d631d
Octal2221101063143533514335
Binary10010010100100010110011110001110101111101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924801; }

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

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

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

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

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

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

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

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