Html Css Color HEX #957D0B Hacienda

📋 copy color: '#957D0B'

red 149 ◦ green 125 ◦ blue 11

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

Shades of Hacienda #957D0B

Tints of Hacienda #957D0B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.86%

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

R = 52.28%
G = 43.86%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#957D0B (or 0x957D0B) is known color: Hacienda. HEX triplet: 95, 7D and 0B. RGB value is (149,125,11). Sum of RGB (Red+Green+Blue) = 149+125+11=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #957D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957D0B is #6A82F4. Grayscale: #777777. Windows color (decimal): -6980341 or 753045. OLE color: 753045.

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

Color convert

RGB 149 125 11 -
CMYK 0 0.16 0.93 0.42
HSL 49.57º 0.86% 0.31% -
HSV(B) 49.57º 0.93% 0.58% -
XYZ 19.79 21.08 3.34 -
YUV 119.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 149 125 11 0 0.16 0.93 0.42 49.57 0.86 0.31
Hex 95 7D B 0 10 5D 2A 32 56 1F
Octal 225 175 13 0 20 135 52 62 126 37
Binary 10010101 1111101 1011 0 10000 1011101 101010 110010 1010110 11111

Color Harmonies of #957D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D0B

Black with #957D0B

Text Example


Text Example

White with #957D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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