Html Css Color HEX #957F0F Hacienda

📋 copy color: '#957F0F'

red 149 ◦ green 127 ◦ blue 15

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

Shades of Hacienda #957F0F

Tints of Hacienda #957F0F

RGB

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

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

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

R = 51.2%
G = 43.64%
B = 5.15%

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

#957F0F (or 0x957F0F) is known color: Hacienda. HEX triplet: 95, 7F and 0F. RGB value is (149,127,15). Sum of RGB (Red+Green+Blue) = 149+127+15=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #957F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957F0F is #6A80F0. Grayscale: #797979. Windows color (decimal): -6979825 or 1015701. OLE color: 1015701.

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

Color convert

RGB 149 127 15 -
CMYK 0 0.15 0.90 0.42
HSL 50.15º 0.82% 0.32% -
HSV(B) 50.15º 0.9% 0.58% -
XYZ 20.07 21.6 3.56 -
YUV 120.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 149 127 15 0 0.15 0.90 0.42 50.15 0.82 0.32
Hex 95 7F F 0 F 5A 2A 32 52 20
Octal 225 177 17 0 17 132 52 62 122 40
Binary 10010101 1111111 1111 0 1111 1011010 101010 110010 1010010 100000

Color Harmonies of #957F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F0F

Black with #957F0F

Text Example


Text Example

White with #957F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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