#932D01

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

Shades of Saddle Brown #932D01

Tints of Saddle Brown #932D01

Color information

#932D01 (or 0x932D01) is unknown color: approx Saddle Brown. HEX triplet: 93, 2D and 01. RGB value is (147,45,1). Sum of RGB (Red+Green+Blue) = 147+45+1=193 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.17% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 147 - color contains mainly: red. Hex color #932D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932D01 is #6CD2FE. Grayscale: #464646. Windows color (decimal): -7131903 or 77203. OLE color: 77203.

HSL color Cylindrical-coordinate representation of color #932D01: hue angle of 18.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #932D01 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB147451-
CMYK00.690.990.42
HSL18.08º98.65%29.02%-
HSV(B)18.08º99.32%57.65%-
XYZ12.988.080.9-
YUV70.4888.79182.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.17%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=76.17%
G=23.32%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14745100.690.990.4218.0898.6529.02
Hex932D1045632A12631d
Octal2235510105143522214335
Binary10010011101101101000101110001110101010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932D01; }

 p { color: rgb(147,45,1); }

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

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

 a { background-color: rgb(147,45,1); }

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

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

 span { border-color: rgb(147,45,1); }

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