#94710D

Color #94710D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #94710D

Tints of Golden Brown #94710D

Color information

#94710D (or 0x94710D) is unknown color: approx Golden Brown. HEX triplet: 94, 71 and 0D. RGB value is (148,113,13). Sum of RGB (Red+Green+Blue) = 148+113+13=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #94710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94710D is #6B8EF2. Grayscale: #707070. Windows color (decimal): -7048947 or 881044. OLE color: 881044.

HSL color Cylindrical-coordinate representation of color #94710D: hue angle of 44.44º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94710D is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14811313-
CMYK00.240.910.42
HSL44.44º83.85%31.57%-
HSV(B)44.44º91.22%58.04%-
XYZ18.1918.142.92-
YUV112.0672.1153.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.01%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 13 (5.47% from 255) = 4.74%
R=54.01%
G=41.24%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481131300.240.910.4244.4483.8531.57
Hex9471D0185B2A2c5420
Octal22416115030133525412440
Binary100101001110001110101100010110111010101011001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94710D; }

 p { color: rgb(148,113,13); }

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

<style>
 a { background-color: #94710D; }

 a { background-color: rgb(148,113,13); }

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

<style>
 span { border-color: #94710D; }

 span { border-color: rgb(148,113,13); }

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