Html Css Color HEX #935913 Golden Brown

📋 copy color: '#935913'

red 147 ◦ green 89 ◦ blue 19

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

Shades of Golden Brown #935913

Tints of Golden Brown #935913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

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

R = 57.65%
G = 34.9%
B = 7.45%

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

#935913 (or 0x935913) is known color: Golden Brown. HEX triplet: 93, 59 and 13. RGB value is (147,89,19). Sum of RGB (Red+Green+Blue) = 147+89+19=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #935913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935913 is #6CA6EC. Grayscale: #626262. Windows color (decimal): -7120621 or 1268115. OLE color: 1268115.

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

Color convert

RGB 147 89 19 -
CMYK 0 0.39 0.87 0.42
HSL 32.81º 0.77% 0.33% -
HSV(B) 32.81º 0.87% 0.58% -
XYZ 15.72 13.39 2.37 -
YUV 98.36 83.22 162.69 -
System Red Green Blue C M Y K H S L
Decimal 147 89 19 0 0.39 0.87 0.42 32.81 0.77 0.33
Hex 93 59 13 0 27 57 2A 21 4D 21
Octal 223 131 23 0 47 127 52 41 115 41
Binary 10010011 1011001 10011 0 100111 1010111 101010 100001 1001101 100001

Color Harmonies of #935913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935913

Black with #935913

Text Example


Text Example

White with #935913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935913; }

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

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

background-color css

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

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

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

border-color css

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

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

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