#94720D

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

Shades of Golden Brown #94720D

Tints of Golden Brown #94720D

Color information

#94720D (or 0x94720D) is unknown color: approx Golden Brown. HEX triplet: 94, 72 and 0D. RGB value is (148,114,13). Sum of RGB (Red+Green+Blue) = 148+114+13=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #94720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94720D is #6B8DF2. Grayscale: #717171. Windows color (decimal): -7048691 or 881300. OLE color: 881300.

HSL color Cylindrical-coordinate representation of color #94720D: hue angle of 44.89º 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 #94720D is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14811413-
CMYK00.230.910.42
HSL44.89º83.85%31.57%-
HSV(B)44.89º91.22%58.04%-
XYZ18.318.362.96-
YUV112.6571.76153.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.82%
GREEN value IS 114 (44.92% from 255) = 41.45%
BLUE value IS 13 (5.47% from 255) = 4.73%
R=53.82%
G=41.45%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481141300.230.910.4244.8983.8531.57
Hex9472D0175B2A2d5420
Octal22416215027133525512440
Binary100101001110010110101011110110111010101011011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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