#933A0A

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

Shades of Saddle Brown #933A0A

Tints of Saddle Brown #933A0A

Color information

#933A0A (or 0x933A0A) is unknown color: approx Saddle Brown. HEX triplet: 93, 3A and 0A. RGB value is (147,58,10). Sum of RGB (Red+Green+Blue) = 147+58+10=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #933A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933A0A is #6CC5F5. Grayscale: #4F4F4F. Windows color (decimal): -7128566 or 670355. OLE color: 670355.

HSL color Cylindrical-coordinate representation of color #933A0A: hue angle of 21.02º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #933A0A is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1475810-
CMYK00.610.930.42
HSL21.02º87.26%30.78%-
HSV(B)21.02º93.2%57.65%-
XYZ13.69.251.36-
YUV79.1488.99176.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 68.37%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 10 (4.30% from 255) = 4.65%
R=68.37%
G=26.98%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147581000.610.930.4221.0287.2630.78
Hex933AA03D5D2A15571f
Octal2237212075135522512737
Binary1001001111101010100111101101110110101010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,58,10); }

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

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

 a { background-color: rgb(147,58,10); }

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

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

 span { border-color: rgb(147,58,10); }

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