Html Css Color HEX #957E0F Hacienda

📋 copy color: '#957E0F'

red 149 ◦ green 126 ◦ blue 15

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

Shades of Hacienda #957E0F

Tints of Hacienda #957E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.17%

R = 51.38%
G = 43.45%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#957E0F (or 0x957E0F) is known color: Hacienda. HEX triplet: 95, 7E and 0F. RGB value is (149,126,15). Sum of RGB (Red+Green+Blue) = 149+126+15=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #957E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957E0F is #6A81F0. Grayscale: #787878. Windows color (decimal): -6980081 or 1015445. OLE color: 1015445.

HSL color Cylindrical-coordinate representation of color #957E0F: hue angle of 49.7º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #957E0F is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 126 15 -
CMYK 0 0.15 0.90 0.42
HSL 49.7º 0.82% 0.32% -
HSV(B) 49.7º 0.9% 0.58% -
XYZ 19.94 21.35 3.52 -
YUV 120.22 68.62 148.53 -
System Red Green Blue C M Y K H S L
Decimal 149 126 15 0 0.15 0.90 0.42 49.7 0.82 0.32
Hex 95 7E F 0 F 5A 2A 32 52 20
Octal 225 176 17 0 17 132 52 62 122 40
Binary 10010101 1111110 1111 0 1111 1011010 101010 110010 1010010 100000

Color Harmonies of #957E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E0F

Black with #957E0F

Text Example


Text Example

White with #957E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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