Html Css Color HEX #935D13 Golden Brown

📋 copy color: '#935D13'

red 147 ◦ green 93 ◦ blue 19

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

Shades of Golden Brown #935D13

Tints of Golden Brown #935D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 56.76%
G = 35.91%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#935D13 (or 0x935D13) is known color: Golden Brown. HEX triplet: 93, 5D and 13. RGB value is (147,93,19). Sum of RGB (Red+Green+Blue) = 147+93+19=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #935D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935D13 is #6CA2EC. Grayscale: #656565. Windows color (decimal): -7119597 or 1269139. OLE color: 1269139.

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

Color convert

RGB 147 93 19 -
CMYK 0 0.37 0.87 0.42
HSL 34.69º 0.77% 0.33% -
HSV(B) 34.69º 0.87% 0.58% -
XYZ 16.06 14.08 2.49 -
YUV 100.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 147 93 19 0 0.37 0.87 0.42 34.69 0.77 0.33
Hex 93 5D 13 0 25 57 2A 23 4D 21
Octal 223 135 23 0 45 127 52 43 115 41
Binary 10010011 1011101 10011 0 100101 1010111 101010 100011 1001101 100001

Color Harmonies of #935D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935D13

Black with #935D13

Text Example


Text Example

White with #935D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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