#935D0A

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

Shades of Golden Brown #935D0A

Tints of Golden Brown #935D0A

Color information

#935D0A (or 0x935D0A) is unknown color: approx Golden Brown. HEX triplet: 93, 5D and 0A. RGB value is (147,93,10). Sum of RGB (Red+Green+Blue) = 147+93+10=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #935D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935D0A is #6CA2F5. Grayscale: #646464. Windows color (decimal): -7119606 or 679315. OLE color: 679315.

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

Color convert

RGB1479310-
CMYK00.370.930.42
HSL36.35º87.26%30.78%-
HSV(B)36.35º93.2%57.65%-
XYZ1614.052.16-
YUV99.6877.39161.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.8%
GREEN value IS 93 (36.72% from 255) = 37.2%
BLUE value IS 10 (4.30% from 255) = 4%
R=58.8%
G=37.2%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147931000.370.930.4236.3587.2630.78
Hex935DA0255D2A24571f
Octal22313512045135524412737
Binary100100111011101101001001011011101101010100100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,93,10); }

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

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

 a { background-color: rgb(147,93,10); }

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

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

 span { border-color: rgb(147,93,10); }

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