Html Css Color HEX #957B13 Hacienda

📋 copy color: '#957B13'

red 149 ◦ green 123 ◦ blue 19

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

Shades of Hacienda #957B13

Tints of Hacienda #957B13

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.27%

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

R = 51.2%
G = 42.27%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#957B13 (or 0x957B13) is known color: Hacienda. HEX triplet: 95, 7B and 13. RGB value is (149,123,19). Sum of RGB (Red+Green+Blue) = 149+123+19=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #957B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957B13 is #6A84EC. Grayscale: #777777. Windows color (decimal): -6980845 or 1276821. OLE color: 1276821.

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

Color convert

RGB 149 123 19 -
CMYK 0 0.17 0.87 0.42
HSL 48º 0.77% 0.33% -
HSV(B) 48º 0.87% 0.58% -
XYZ 19.59 20.6 3.56 -
YUV 118.92 71.61 149.46 -
System Red Green Blue C M Y K H S L
Decimal 149 123 19 0 0.17 0.87 0.42 48 0.77 0.33
Hex 95 7B 13 0 11 57 2A 30 4D 21
Octal 225 173 23 0 21 127 52 60 115 41
Binary 10010101 1111011 10011 0 10001 1010111 101010 110000 1001101 100001

Color Harmonies of #957B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B13

Black with #957B13

Text Example


Text Example

White with #957B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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