#935E00

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

Shades of Golden Brown #935E00

Tints of Golden Brown #935E00

Color information

#935E00 (or 0x935E00) is unknown color: approx Golden Brown. HEX triplet: 93, 5E and 00. RGB value is (147,94,0). Sum of RGB (Red+Green+Blue) = 147+94+0=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #935E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935E00 is #6CA1FF. Grayscale: #636363. Windows color (decimal): -7119360 or 24211. OLE color: 24211.

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

Color convert

RGB147940-
CMYK00.3610.42
HSL38.37º100%28.82%-
HSV(B)38.37º100%57.65%-
XYZ16.0414.211.9-
YUV99.1372.06162.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.00%
GREEN value IS 94 (37.11% from 255) = 39.00%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.00%
G=39.00%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14794000.3610.4238.3710028.82
Hex935E0024642A26641d
Octal2231360044144524614435
Binary100100111011110001001001100100101010100110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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