#934C0F

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

Shades of Saddle Brown #934C0F

Tints of Saddle Brown #934C0F

Color information

#934C0F (or 0x934C0F) is unknown color: approx Saddle Brown. HEX triplet: 93, 4C and 0F. RGB value is (147,76,15). Sum of RGB (Red+Green+Blue) = 147+76+15=238 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.76% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 147 - color contains mainly: red. Hex color #934C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934C0F is #6CB3F0. Grayscale: #5A5A5A. Windows color (decimal): -7123953 or 1002643. OLE color: 1002643.

HSL color Cylindrical-coordinate representation of color #934C0F: hue angle of 27.73º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #934C0F is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1477615-
CMYK00.480.900.42
HSL27.73º81.48%31.76%-
HSV(B)27.73º89.8%57.65%-
XYZ14.711.411.88-
YUV90.2885.52168.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.76%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 15 (6.25% from 255) = 6.30%
R=61.76%
G=31.93%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147761500.480.900.4227.7381.4831.76
Hex934CF0305A2A1c5120
Octal22311417060132523412140
Binary100100111001100111101100001011010101010111001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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