Html Css Color HEX #957E1D Hacienda

📋 copy color: '#957E1D'

red 149 ◦ green 126 ◦ blue 29

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

Shades of Hacienda #957E1D

Tints of Hacienda #957E1D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.45%

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

R = 49.01%
G = 41.45%
B = 9.54%

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

#957E1D (or 0x957E1D) is known color: Hacienda. HEX triplet: 95, 7E and 1D. RGB value is (149,126,29). Sum of RGB (Red+Green+Blue) = 149+126+29=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #957E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E1D is #6A81E2. Grayscale: #7A7A7A. Windows color (decimal): -6980067 or 1932949. OLE color: 1932949.

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

Color convert

RGB 149 126 29 -
CMYK 0 0.15 0.81 0.42
HSL 48.5º 0.67% 0.35% -
HSV(B) 48.5º 0.81% 0.58% -
XYZ 20.08 21.4 4.23 -
YUV 121.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 149 126 29 0 0.15 0.81 0.42 48.5 0.67 0.35
Hex 95 7E 1D 0 F 51 2A 30 43 23
Octal 225 176 35 0 17 121 52 60 103 43
Binary 10010101 1111110 11101 0 1111 1010001 101010 110000 1000011 100011

Color Harmonies of #957E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E1D

Black with #957E1D

Text Example


Text Example

White with #957E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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