Html Css Color HEX #938313 Hacienda

📋 copy color: '#938313'

red 147 ◦ green 131 ◦ blue 19

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

Shades of Hacienda #938313

Tints of Hacienda #938313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.11%

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

R = 49.49%
G = 44.11%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#938313 (or 0x938313) is known color: Hacienda. HEX triplet: 93, 83 and 13. RGB value is (147,131,19). Sum of RGB (Red+Green+Blue) = 147+131+19=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #938313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938313 is #6C7CEC. Grayscale: #7B7B7B. Windows color (decimal): -7109869 or 1278867. OLE color: 1278867.

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

Color convert

RGB 147 131 19 -
CMYK 0 0.11 0.87 0.42
HSL 52.5º 0.77% 0.33% -
HSV(B) 52.5º 0.87% 0.58% -
XYZ 20.27 22.48 3.89 -
YUV 123.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 147 131 19 0 0.11 0.87 0.42 52.5 0.77 0.33
Hex 93 83 13 0 B 57 2A 34 4D 21
Octal 223 203 23 0 13 127 52 64 115 41
Binary 10010011 10000011 10011 0 1011 1010111 101010 110100 1001101 100001

Color Harmonies of #938313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938313

Black with #938313

Text Example


Text Example

White with #938313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938313; }

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

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

background-color css

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

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

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

border-color css

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

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

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