Html Css Color HEX #957F1D Hacienda

📋 copy color: '#957F1D'

red 149 ◦ green 127 ◦ blue 29

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

Shades of Hacienda #957F1D

Tints of Hacienda #957F1D

RGB

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

 GREEN value IS 127 (50% from 255) = 41.64%

 BLUE value IS 29 (11.72% from 255) = 9.51%

R = 48.85%
G = 41.64%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#957F1D (or 0x957F1D) is known color: Hacienda. HEX triplet: 95, 7F and 1D. RGB value is (149,127,29). Sum of RGB (Red+Green+Blue) = 149+127+29=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #957F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F1D is #6A80E2. Grayscale: #7A7A7A. Windows color (decimal): -6979811 or 1933205. OLE color: 1933205.

HSL color Cylindrical-coordinate representation of color #957F1D: hue angle of 49º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #957F1D is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 127 29 -
CMYK 0 0.15 0.81 0.42
HSL 49º 0.67% 0.35% -
HSV(B) 49º 0.81% 0.58% -
XYZ 20.21 21.66 4.28 -
YUV 122.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 149 127 29 0 0.15 0.81 0.42 49 0.67 0.35
Hex 95 7F 1D 0 F 51 2A 31 43 23
Octal 225 177 35 0 17 121 52 61 103 43
Binary 10010101 1111111 11101 0 1111 1010001 101010 110001 1000011 100011

Color Harmonies of #957F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F1D

Black with #957F1D

Text Example


Text Example

White with #957F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,127,29); }

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

background-color css

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

 a { background-color: rgb(149,127,29); }

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

border-color css

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

 span { border-color: rgb(149,127,29); }

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