#935A14

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

Shades of Golden Brown #935A14

Tints of Golden Brown #935A14

Color information

#935A14 (or 0x935A14) is unknown color: approx Golden Brown. HEX triplet: 93, 5A and 14. RGB value is (147,90,20). Sum of RGB (Red+Green+Blue) = 147+90+20=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #935A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935A14 is #6CA5EB. Grayscale: #636363. Windows color (decimal): -7120364 or 1333907. OLE color: 1333907.

HSL color Cylindrical-coordinate representation of color #935A14: hue angle of 33.07º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #935A14 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1479020-
CMYK00.390.860.42
HSL33.07º76.05%32.75%-
HSV(B)33.07º86.39%57.65%-
XYZ15.8213.572.45-
YUV99.0683.38162.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.20%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 20 (8.20% from 255) = 7.78%
R=57.20%
G=35.02%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147902000.390.860.4233.0776.0532.75
Hex935A14027562A214c21
Octal22313224047126524111441
Binary10010011101101010100010011110101101010101000011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935A14; }

 p { color: rgb(147,90,20); }

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

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

 a { background-color: rgb(147,90,20); }

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

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

 span { border-color: rgb(147,90,20); }

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