#935c0a

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

Shades of Golden Brown #935C0A

Tints of Golden Brown #935C0A

Color information

#935C0A (or 0x935C0A) is unknown color: approx Golden Brown. HEX triplet: 93, 5C and 0A. RGB value is (147,92,10). Sum of RGB (Red+Green+Blue) = 147+92+10=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #935C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935C0A is #6CA3F5. Grayscale: #636363. Windows color (decimal): -7119862 or 679059. OLE color: 679059.

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

Color convert

RGB1479210-
CMYK00.370.930.42
HSL35.91º87.26%30.78%-
HSV(B)35.91º93.2%57.65%-
XYZ15.9113.882.13-
YUV99.177.72162.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.04%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=59.04%
G=36.95%
B=4.02%

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
Decimal147921000.370.930.4235.9187.2630.78
Hex935CA0255D2A24571f
Octal22313412045135524412737
Binary100100111011100101001001011011101101010100100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935c0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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