#935C14

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

Shades of Golden Brown #935C14

Tints of Golden Brown #935C14

Color information

#935C14 (or 0x935C14) is unknown color: approx Golden Brown. HEX triplet: 93, 5C and 14. RGB value is (147,92,20). Sum of RGB (Red+Green+Blue) = 147+92+20=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #935C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935C14 is #6CA3EB. Grayscale: #646464. Windows color (decimal): -7119852 or 1334419. OLE color: 1334419.

HSL color Cylindrical-coordinate representation of color #935C14: hue angle of 34.02º 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 #935C14 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1479220-
CMYK00.370.860.42
HSL34.02º76.05%32.75%-
HSV(B)34.02º86.39%57.65%-
XYZ15.9913.912.5-
YUV100.2482.72161.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.76%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=56.76%
G=35.52%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147922000.370.860.4234.0276.0532.75
Hex935C14025562A224c21
Octal22313424045126524211441
Binary10010011101110010100010010110101101010101000101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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