Html Css Color HEX #957C0B Hacienda

📋 copy color: '#957C0B'

red 149 ◦ green 124 ◦ blue 11

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

Shades of Hacienda #957C0B

Tints of Hacienda #957C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.87%

R = 52.46%
G = 43.66%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#957C0B (or 0x957C0B) is known color: Hacienda. HEX triplet: 95, 7C and 0B. RGB value is (149,124,11). Sum of RGB (Red+Green+Blue) = 149+124+11=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #957C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957C0B is #6A83F4. Grayscale: #777777. Windows color (decimal): -6980597 or 752789. OLE color: 752789.

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

Color convert

RGB 149 124 11 -
CMYK 0 0.17 0.93 0.42
HSL 49.13º 0.86% 0.31% -
HSV(B) 49.13º 0.93% 0.58% -
XYZ 19.66 20.83 3.3 -
YUV 118.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 149 124 11 0 0.17 0.93 0.42 49.13 0.86 0.31
Hex 95 7C B 0 11 5D 2A 31 56 1F
Octal 225 174 13 0 21 135 52 61 126 37
Binary 10010101 1111100 1011 0 10001 1011101 101010 110001 1010110 11111

Color Harmonies of #957C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C0B

Black with #957C0B

Text Example


Text Example

White with #957C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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