#934C19

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

Shades of Saddle Brown #934C19

Tints of Saddle Brown #934C19

Color information

#934C19 (or 0x934C19) is unknown color: approx Saddle Brown. HEX triplet: 93, 4C and 19. RGB value is (147,76,25). Sum of RGB (Red+Green+Blue) = 147+76+25=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #934C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934C19 is #6CB3E6. Grayscale: #5B5B5B. Windows color (decimal): -7123943 or 1658003. OLE color: 1658003.

HSL color Cylindrical-coordinate representation of color #934C19: hue angle of 25.08º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #934C19 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB1477625-
CMYK00.480.830.42
HSL25.08º70.93%33.73%-
HSV(B)25.08º82.99%57.65%-
XYZ14.7911.442.35-
YUV91.4290.52167.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.27%
GREEN value IS 76 (30.08% from 255) = 30.65%
BLUE value IS 25 (10.16% from 255) = 10.08%
R=59.27%
G=30.65%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147762500.480.830.4225.0870.9333.73
Hex934C19030532A194722
Octal22311431060123523110742
Binary1001001110011001100101100001010011101010110011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934C19; }

 p { color: rgb(147,76,25); }

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

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

 a { background-color: rgb(147,76,25); }

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

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

 span { border-color: rgb(147,76,25); }

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