#935E05

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

Shades of Golden Brown #935E05

Tints of Golden Brown #935E05

Color information

#935E05 (or 0x935E05) is unknown color: approx Golden Brown. HEX triplet: 93, 5E and 05. RGB value is (147,94,5). Sum of RGB (Red+Green+Blue) = 147+94+5=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #935E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935E05 is #6CA1FA. Grayscale: #646464. Windows color (decimal): -7119355 or 351891. OLE color: 351891.

HSL color Cylindrical-coordinate representation of color #935E05: hue angle of 37.61º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #935E05 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB147945-
CMYK00.360.970.42
HSL37.61º93.42%29.8%-
HSV(B)37.61º96.6%57.65%-
XYZ16.0614.222.04-
YUV99.774.56161.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.76%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 5 (2.34% from 255) = 2.03%
R=59.76%
G=38.21%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14794500.360.970.4237.6193.4229.8
Hex935E5024612A265d1e
Octal2231365044141524613536
Binary10010011101111010101001001100001101010100110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,94,5); }

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

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

 a { background-color: rgb(147,94,5); }

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

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

 span { border-color: rgb(147,94,5); }

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