Html Css Color HEX #957E0A Hacienda

📋 copy color: '#957E0A'

red 149 ◦ green 126 ◦ blue 10

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

Shades of Hacienda #957E0A

Tints of Hacienda #957E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 52.28%
G = 44.21%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#957E0A (or 0x957E0A) is known color: Hacienda. HEX triplet: 95, 7E and 0A. RGB value is (149,126,10). Sum of RGB (Red+Green+Blue) = 149+126+10=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #957E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957E0A is #6A81F5. Grayscale: #787878. Windows color (decimal): -6980086 or 687765. OLE color: 687765.

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

Color convert

RGB 149 126 10 -
CMYK 0 0.15 0.93 0.42
HSL 50.07º 0.87% 0.31% -
HSV(B) 50.07º 0.93% 0.58% -
XYZ 19.91 21.33 3.36 -
YUV 119.65 66.12 148.93 -
System Red Green Blue C M Y K H S L
Decimal 149 126 10 0 0.15 0.93 0.42 50.07 0.87 0.31
Hex 95 7E A 0 F 5D 2A 32 57 1F
Octal 225 176 12 0 17 135 52 62 127 37
Binary 10010101 1111110 1010 0 1111 1011101 101010 110010 1010111 11111

Color Harmonies of #957E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E0A

Black with #957E0A

Text Example


Text Example

White with #957E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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