Html Css Color HEX #935F13 Golden Brown

📋 copy color: '#935F13'

red 147 ◦ green 95 ◦ blue 19

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

Shades of Golden Brown #935F13

Tints of Golden Brown #935F13

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.4%

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

R = 56.32%
G = 36.4%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#935F13 (or 0x935F13) is known color: Golden Brown. HEX triplet: 93, 5F and 13. RGB value is (147,95,19). Sum of RGB (Red+Green+Blue) = 147+95+19=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #935F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935F13 is #6CA0EC. Grayscale: #666666. Windows color (decimal): -7119085 or 1269651. OLE color: 1269651.

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

Color convert

RGB 147 95 19 -
CMYK 0 0.35 0.87 0.42
HSL 35.63º 0.77% 0.33% -
HSV(B) 35.63º 0.87% 0.58% -
XYZ 16.24 14.43 2.55 -
YUV 101.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 147 95 19 0 0.35 0.87 0.42 35.63 0.77 0.33
Hex 93 5F 13 0 23 57 2A 24 4D 21
Octal 223 137 23 0 43 127 52 44 115 41
Binary 10010011 1011111 10011 0 100011 1010111 101010 100100 1001101 100001

Color Harmonies of #935F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935F13

Black with #935F13

Text Example


Text Example

White with #935F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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