#94610A

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

Shades of Golden Brown #94610A

Tints of Golden Brown #94610A

Color information

#94610A (or 0x94610A) is unknown color: approx Golden Brown. HEX triplet: 94, 61 and 0A. RGB value is (148,97,10). Sum of RGB (Red+Green+Blue) = 148+97+10=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #94610A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94610A is #6B9EF5. Grayscale: #666666. Windows color (decimal): -7053046 or 680340. OLE color: 680340.

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

Color convert

RGB1489710-
CMYK00.340.930.42
HSL37.83º87.34%30.98%-
HSV(B)37.83º93.24%58.04%-
XYZ16.5414.872.28-
YUV102.3375.9160.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.04%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 10 (4.30% from 255) = 3.92%
R=58.04%
G=38.04%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148971000.340.930.4237.8387.3430.98
Hex9461A0225D2A26571f
Octal22414112042135524612737
Binary100101001100001101001000101011101101010100110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94610A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94610A; }

 p { color: rgb(148,97,10); }

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

<style>
 a { background-color: #94610A; }

 a { background-color: rgb(148,97,10); }

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

<style>
 span { border-color: #94610A; }

 span { border-color: rgb(148,97,10); }

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