Html Css Color HEX #935D11 Golden Brown

📋 copy color: '#935D11'

red 147 ◦ green 93 ◦ blue 17

#935D11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #935D11

Tints of Golden Brown #935D11

RGB

 RED value IS 147 (57.81% from 255) = 57.2%

 GREEN value IS 93 (36.72% from 255) = 36.19%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 57.2%
G = 36.19%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#935D11 (or 0x935D11) is known color: Golden Brown. HEX triplet: 93, 5D and 11. RGB value is (147,93,17). Sum of RGB (Red+Green+Blue) = 147+93+17=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #935D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935D11 is #6CA2EE. Grayscale: #646464. Windows color (decimal): -7119599 or 1138067. OLE color: 1138067.

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

Color convert

RGB 147 93 17 -
CMYK 0 0.37 0.88 0.42
HSL 35.08º 0.79% 0.32% -
HSV(B) 35.08º 0.88% 0.58% -
XYZ 16.05 14.07 2.4 -
YUV 100.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 147 93 17 0 0.37 0.88 0.42 35.08 0.79 0.32
Hex 93 5D 11 0 25 58 2A 23 4F 20
Octal 223 135 21 0 45 130 52 43 117 40
Binary 10010011 1011101 10001 0 100101 1011000 101010 100011 1001111 100000

Color Harmonies of #935D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935D11

Black with #935D11

Text Example


Text Example

White with #935D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #935D11;
 }
 .AnyTagClassName
 {
   color: #935D11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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