#946D1C

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

Shades of Golden Brown #946D1C

Tints of Golden Brown #946D1C

Color information

#946D1C (or 0x946D1C) is unknown color: approx Golden Brown. HEX triplet: 94, 6D and 1C. RGB value is (148,109,28). Sum of RGB (Red+Green+Blue) = 148+109+28=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #946D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D1C is #6B92E3. Grayscale: #6F6F6F. Windows color (decimal): -7049956 or 1863060. OLE color: 1863060.

HSL color Cylindrical-coordinate representation of color #946D1C: hue angle of 40.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #946D1C is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB14810928-
CMYK00.260.810.42
HSL40.5º68.18%34.51%-
HSV(B)40.5º81.08%58.04%-
XYZ17.8917.323.5-
YUV111.4380.92154.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.93%
GREEN value IS 109 (42.97% from 255) = 38.25%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=51.93%
G=38.25%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481092800.260.810.4240.568.1834.51
Hex946D1C01A512A284423
Octal22415534032121525010443
Binary1001010011011011110001101010100011010101010001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946D1C; }

 p { color: rgb(148,109,28); }

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

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

 a { background-color: rgb(148,109,28); }

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

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

 span { border-color: rgb(148,109,28); }

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