#935F00

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

Shades of Golden Brown #935F00

Tints of Golden Brown #935F00

Color information

#935F00 (or 0x935F00) is unknown color: approx Golden Brown. HEX triplet: 93, 5F and 00. RGB value is (147,95,0). Sum of RGB (Red+Green+Blue) = 147+95+0=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #935F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935F00 is #6CA0FF. Grayscale: #646464. Windows color (decimal): -7119104 or 24467. OLE color: 24467.

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

Color convert

RGB147950-
CMYK00.3510.42
HSL38.78º100%28.82%-
HSV(B)38.78º100%57.65%-
XYZ16.1214.391.93-
YUV99.7271.73161.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.74%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.74%
G=39.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14795000.3510.4238.7810028.82
Hex935F0023642A27641d
Octal2231370043144524714435
Binary100100111011111001000111100100101010100111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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