#936B1F

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

Shades of Golden Brown #936B1F

Tints of Golden Brown #936B1F

Color information

#936B1F (or 0x936B1F) is unknown color: approx Golden Brown. HEX triplet: 93, 6B and 1F. RGB value is (147,107,31). Sum of RGB (Red+Green+Blue) = 147+107+31=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #936B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936B1F is #6C94E0. Grayscale: #6E6E6E. Windows color (decimal): -7116001 or 2059155. OLE color: 2059155.

HSL color Cylindrical-coordinate representation of color #936B1F: hue angle of 39.31º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #936B1F is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14710731-
CMYK00.270.790.42
HSL39.31º65.17%34.9%-
HSV(B)39.31º78.91%57.65%-
XYZ17.5416.823.62-
YUV110.383.25154.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.58%
GREEN value IS 107 (42.19% from 255) = 37.54%
BLUE value IS 31 (12.5% from 255) = 10.88%
R=51.58%
G=37.54%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471073100.270.790.4239.3165.1734.9
Hex936B1F01B4F2A274123
Octal22315337033117524710143
Binary1001001111010111111101101110011111010101001111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936B1F; }

 p { color: rgb(147,107,31); }

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

<style>
 a { background-color: #936B1F; }

 a { background-color: rgb(147,107,31); }

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

<style>
 span { border-color: #936B1F; }

 span { border-color: rgb(147,107,31); }

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