Html Css Color HEX #935A13 Golden Brown

📋 copy color: '#935A13'

red 147 ◦ green 90 ◦ blue 19

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

Shades of Golden Brown #935A13

Tints of Golden Brown #935A13

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

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

R = 57.42%
G = 35.16%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#935A13 (or 0x935A13) is known color: Golden Brown. HEX triplet: 93, 5A and 13. RGB value is (147,90,19). Sum of RGB (Red+Green+Blue) = 147+90+19=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #935A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935A13 is #6CA5EC. Grayscale: #636363. Windows color (decimal): -7120365 or 1268371. OLE color: 1268371.

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

Color convert

RGB 147 90 19 -
CMYK 0 0.39 0.87 0.42
HSL 33.28º 0.77% 0.33% -
HSV(B) 33.28º 0.87% 0.58% -
XYZ 15.81 13.56 2.4 -
YUV 98.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 147 90 19 0 0.39 0.87 0.42 33.28 0.77 0.33
Hex 93 5A 13 0 27 57 2A 21 4D 21
Octal 223 132 23 0 47 127 52 41 115 41
Binary 10010011 1011010 10011 0 100111 1010111 101010 100001 1001101 100001

Color Harmonies of #935A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935A13

Black with #935A13

Text Example


Text Example

White with #935A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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