#946318

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

Shades of Golden Brown #946318

Tints of Golden Brown #946318

Color information

#946318 (or 0x946318) is unknown color: approx Golden Brown. HEX triplet: 94, 63 and 18. RGB value is (148,99,24). Sum of RGB (Red+Green+Blue) = 148+99+24=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #946318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946318 is #6B9CE7. Grayscale: #696969. Windows color (decimal): -7052520 or 1598356. OLE color: 1598356.

HSL color Cylindrical-coordinate representation of color #946318: hue angle of 36.29º degrees, saturation: 0.72, 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 #946318 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1489924-
CMYK00.330.840.42
HSL36.29º72.09%33.73%-
HSV(B)36.29º83.78%58.04%-
XYZ16.8415.292.93-
YUV105.182.23158.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.61%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 24 (9.77% from 255) = 8.86%
R=54.61%
G=36.53%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148992400.330.840.4236.2972.0933.73
Hex946318021542A244822
Octal22414330041124524411042
Binary10010100110001111000010000110101001010101001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946318; }

 p { color: rgb(148,99,24); }

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

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

 a { background-color: rgb(148,99,24); }

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

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

 span { border-color: rgb(148,99,24); }

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