Html Css Color HEX #935C15 Golden Brown

📋 copy color: '#935C15'

red 147 ◦ green 92 ◦ blue 21

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

Shades of Golden Brown #935C15

Tints of Golden Brown #935C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.38%

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 56.54%
G = 35.38%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#935C15 (or 0x935C15) is known color: Golden Brown. HEX triplet: 93, 5C and 15. RGB value is (147,92,21). Sum of RGB (Red+Green+Blue) = 147+92+21=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #935C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935C15 is #6CA3EA. Grayscale: #646464. Windows color (decimal): -7119851 or 1399955. OLE color: 1399955.

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

Color convert

RGB 147 92 21 -
CMYK 0 0.37 0.86 0.42
HSL 33.81º 0.75% 0.33% -
HSV(B) 33.81º 0.86% 0.58% -
XYZ 16 13.91 2.55 -
YUV 100.35 83.22 161.27 -
System Red Green Blue C M Y K H S L
Decimal 147 92 21 0 0.37 0.86 0.42 33.81 0.75 0.33
Hex 93 5C 15 0 25 56 2A 22 4B 21
Octal 223 134 25 0 45 126 52 42 113 41
Binary 10010011 1011100 10101 0 100101 1010110 101010 100010 1001011 100001

Color Harmonies of #935C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935C15

Black with #935C15

Text Example


Text Example

White with #935C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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