#94730D

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

Shades of Golden Brown #94730D

Tints of Golden Brown #94730D

Color information

#94730D (or 0x94730D) is unknown color: approx Golden Brown. HEX triplet: 94, 73 and 0D. RGB value is (148,115,13). Sum of RGB (Red+Green+Blue) = 148+115+13=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #94730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94730D is #6B8CF2. Grayscale: #717171. Windows color (decimal): -7048435 or 881556. OLE color: 881556.

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

Color convert

RGB14811513-
CMYK00.220.910.42
HSL45.33º83.85%31.57%-
HSV(B)45.33º91.22%58.04%-
XYZ18.4218.593-
YUV113.2471.43152.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.62%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 13 (5.47% from 255) = 4.71%
R=53.62%
G=41.67%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481151300.220.910.4245.3383.8531.57
Hex9473D0165B2A2d5420
Octal22416315026133525512440
Binary100101001110011110101011010110111010101011011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94730D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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