Html Css Color HEX #957513 Hacienda

📋 copy color: '#957513'

red 149 ◦ green 117 ◦ blue 19

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

Shades of Hacienda #957513

Tints of Hacienda #957513

RGB

 RED value IS 149 (58.59% from 255) = 52.28%

 GREEN value IS 117 (46.09% from 255) = 41.05%

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

R = 52.28%
G = 41.05%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#957513 (or 0x957513) is known color: Hacienda. HEX triplet: 95, 75 and 13. RGB value is (149,117,19). Sum of RGB (Red+Green+Blue) = 149+117+19=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #957513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957513 is #6A8AEC. Grayscale: #737373. Windows color (decimal): -6982381 or 1275285. OLE color: 1275285.

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

Color convert

RGB 149 117 19 -
CMYK 0 0.21 0.87 0.42
HSL 45.23º 0.77% 0.33% -
HSV(B) 45.23º 0.87% 0.58% -
XYZ 18.87 19.16 3.32 -
YUV 115.4 73.6 151.97 -
System Red Green Blue C M Y K H S L
Decimal 149 117 19 0 0.21 0.87 0.42 45.23 0.77 0.33
Hex 95 75 13 0 15 57 2A 2D 4D 21
Octal 225 165 23 0 25 127 52 55 115 41
Binary 10010101 1110101 10011 0 10101 1010111 101010 101101 1001101 100001

Color Harmonies of #957513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957513

Black with #957513

Text Example


Text Example

White with #957513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957513; }

 p { color: rgb(149,117,19); }

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

background-color css

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

 a { background-color: rgb(149,117,19); }

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

border-color css

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

 span { border-color: rgb(149,117,19); }

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