#94710A

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

Shades of Golden Brown #94710A

Tints of Golden Brown #94710A

Color information

#94710A (or 0x94710A) is unknown color: approx Golden Brown. HEX triplet: 94, 71 and 0A. RGB value is (148,113,10). Sum of RGB (Red+Green+Blue) = 148+113+10=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #94710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94710A is #6B8EF5. Grayscale: #707070. Windows color (decimal): -7048950 or 684436. OLE color: 684436.

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

Color convert

RGB14811310-
CMYK00.240.930.42
HSL44.78º87.34%30.98%-
HSV(B)44.78º93.24%58.04%-
XYZ18.1718.132.83-
YUV111.7270.6153.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.61%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 10 (4.30% from 255) = 3.69%
R=54.61%
G=41.70%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481131000.240.930.4244.7887.3430.98
Hex9471A0185D2A2d571f
Octal22416112030135525512737
Binary10010100111000110100110001011101101010101101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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