#934C0A

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

Shades of Saddle Brown #934C0A

Tints of Saddle Brown #934C0A

Color information

#934C0A (or 0x934C0A) is unknown color: approx Saddle Brown. HEX triplet: 93, 4C and 0A. RGB value is (147,76,10). Sum of RGB (Red+Green+Blue) = 147+76+10=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #934C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934C0A is #6CB3F5. Grayscale: #5A5A5A. Windows color (decimal): -7123958 or 674963. OLE color: 674963.

HSL color Cylindrical-coordinate representation of color #934C0A: hue angle of 28.91º 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 #934C0A is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1477610-
CMYK00.480.930.42
HSL28.91º87.26%30.78%-
HSV(B)28.91º93.2%57.65%-
XYZ14.6711.391.71-
YUV89.783.02168.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.09%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 10 (4.30% from 255) = 4.29%
R=63.09%
G=32.62%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147761000.480.930.4228.9187.2630.78
Hex934CA0305D2A1d571f
Octal22311412060135523512737
Binary10010011100110010100110000101110110101011101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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