#947217

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

Shades of Golden Brown #947217

Tints of Golden Brown #947217

Color information

#947217 (or 0x947217) is unknown color: approx Golden Brown. HEX triplet: 94, 72 and 17. RGB value is (148,114,23). Sum of RGB (Red+Green+Blue) = 148+114+23=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #947217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947217 is #6B8DE8. Grayscale: #727272. Windows color (decimal): -7048681 or 1536660. OLE color: 1536660.

HSL color Cylindrical-coordinate representation of color #947217: hue angle of 43.68º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #947217 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB14811423-
CMYK00.230.840.42
HSL43.68º73.1%33.53%-
HSV(B)43.68º84.46%58.04%-
XYZ18.3818.393.39-
YUV113.7976.76152.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.93%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 23 (9.38% from 255) = 8.07%
R=51.93%
G=40%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481142300.230.840.4243.6873.133.53
Hex947217017542A2c4922
Octal22416227027124525411142
Binary1001010011100101011101011110101001010101011001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947217; }

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

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

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

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

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

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

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

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