#935C0B

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

Shades of Golden Brown #935C0B

Tints of Golden Brown #935C0B

Color information

#935C0B (or 0x935C0B) is unknown color: approx Golden Brown. HEX triplet: 93, 5C and 0B. RGB value is (147,92,11). Sum of RGB (Red+Green+Blue) = 147+92+11=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #935C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935C0B is #6CA3F4. Grayscale: #636363. Windows color (decimal): -7119861 or 744595. OLE color: 744595.

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

Color convert

RGB1479211-
CMYK00.370.930.42
HSL35.74º86.08%30.98%-
HSV(B)35.74º92.52%57.65%-
XYZ15.9213.882.16-
YUV99.2178.22162.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.8%
GREEN value IS 92 (36.33% from 255) = 36.8%
BLUE value IS 11 (4.69% from 255) = 4.4%
R=58.8%
G=36.8%
B=4.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
Decimal147921100.370.930.4235.7486.0830.98
Hex935CB0255D2A24561f
Octal22313413045135524412637
Binary100100111011100101101001011011101101010100100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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