Html Css Color HEX #957C0F Hacienda

📋 copy color: '#957C0F'

red 149 ◦ green 124 ◦ blue 15

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

Shades of Hacienda #957C0F

Tints of Hacienda #957C0F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.06%

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

R = 51.74%
G = 43.06%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#957C0F (or 0x957C0F) is known color: Hacienda. HEX triplet: 95, 7C and 0F. RGB value is (149,124,15). Sum of RGB (Red+Green+Blue) = 149+124+15=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #957C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957C0F is #6A83F0. Grayscale: #777777. Windows color (decimal): -6980593 or 1014933. OLE color: 1014933.

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

Color convert

RGB 149 124 15 -
CMYK 0 0.17 0.90 0.42
HSL 48.81º 0.82% 0.32% -
HSV(B) 48.81º 0.9% 0.58% -
XYZ 19.69 20.84 3.44 -
YUV 119.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 149 124 15 0 0.17 0.90 0.42 48.81 0.82 0.32
Hex 95 7C F 0 11 5A 2A 31 52 20
Octal 225 174 17 0 21 132 52 61 122 40
Binary 10010101 1111100 1111 0 10001 1011010 101010 110001 1010010 100000

Color Harmonies of #957C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C0F

Black with #957C0F

Text Example


Text Example

White with #957C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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