#935B14

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

Shades of Golden Brown #935B14

Tints of Golden Brown #935B14

Color information

#935B14 (or 0x935B14) is unknown color: approx Golden Brown. HEX triplet: 93, 5B and 14. RGB value is (147,91,20). Sum of RGB (Red+Green+Blue) = 147+91+20=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #935B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935B14 is #6CA4EB. Grayscale: #636363. Windows color (decimal): -7120108 or 1334163. OLE color: 1334163.

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

Color convert

RGB1479120-
CMYK00.380.860.42
HSL33.54º76.05%32.75%-
HSV(B)33.54º86.39%57.65%-
XYZ15.913.742.48-
YUV99.6583.05161.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.98%
GREEN value IS 91 (35.94% from 255) = 35.27%
BLUE value IS 20 (8.20% from 255) = 7.75%
R=56.98%
G=35.27%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147912000.380.860.4233.5476.0532.75
Hex935B14026562A224c21
Octal22313324046126524211441
Binary10010011101101110100010011010101101010101000101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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