#933F1A

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

Shades of Saddle Brown #933F1A

Tints of Saddle Brown #933F1A

Color information

#933F1A (or 0x933F1A) is unknown color: approx Saddle Brown. HEX triplet: 93, 3F and 1A. RGB value is (147,63,26). Sum of RGB (Red+Green+Blue) = 147+63+26=236 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.29% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 147 - color contains mainly: red. Hex color #933F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933F1A is #6CC0E5. Grayscale: #545454. Windows color (decimal): -7127270 or 1720211. OLE color: 1720211.

HSL color Cylindrical-coordinate representation of color #933F1A: hue angle of 18.35º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #933F1A is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1476326-
CMYK00.570.820.42
HSL18.35º69.94%33.92%-
HSV(B)18.35º82.31%57.65%-
XYZ149.832.14-
YUV83.995.33173.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.29%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 26 (10.55% from 255) = 11.02%
R=62.29%
G=26.69%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147632600.570.820.4218.3569.9433.92
Hex933F1A039522A124622
Octal2237732071122522210642
Binary100100111111111101001110011010010101010100101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933F1A; }

 p { color: rgb(147,63,26); }

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

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

 a { background-color: rgb(147,63,26); }

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

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

 span { border-color: rgb(147,63,26); }

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