#94770A

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

Shades of Golden Brown #94770A

Tints of Golden Brown #94770A

Color information

#94770A (or 0x94770A) is unknown color: approx Golden Brown. HEX triplet: 94, 77 and 0A. RGB value is (148,119,10). Sum of RGB (Red+Green+Blue) = 148+119+10=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #94770A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94770A is #6B88F5. Grayscale: #737373. Windows color (decimal): -7047414 or 685972. OLE color: 685972.

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

Color convert

RGB14811910-
CMYK00.200.930.42
HSL47.39º87.34%30.98%-
HSV(B)47.39º93.24%58.04%-
XYZ18.8619.513.06-
YUV115.2468.61151.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.43%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=53.43%
G=42.96%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481191000.200.930.4247.3987.3430.98
Hex9477A0145D2A2f571f
Octal22416712024135525712737
Binary10010100111011110100101001011101101010101111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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