Html Css Color HEX #9B7B2C Hacienda

📋 copy color: '#9B7B2C'

red 155 ◦ green 123 ◦ blue 44

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

Shades of Hacienda #9B7B2C

Tints of Hacienda #9B7B2C

RGB

 RED value IS 155 (60.94% from 255) = 48.14%

 GREEN value IS 123 (48.44% from 255) = 38.2%

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 48.14%
G = 38.2%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B7B2C (or 0x9B7B2C) is known color: Hacienda. HEX triplet: 9B, 7B and 2C. RGB value is (155,123,44). Sum of RGB (Red+Green+Blue) = 155+123+44=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7B2C is #6484D3. Grayscale: #7B7B7B. Windows color (decimal): -6587604 or 2915227. OLE color: 2915227.

HSL color Cylindrical-coordinate representation of color #9B7B2C: hue angle of 42.7º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B7B2C is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 123 44 -
CMYK 0 0.21 0.72 0.39
HSL 42.7º 0.56% 0.39% -
HSV(B) 42.7º 0.72% 0.61% -
XYZ 21.06 21.32 5.39 -
YUV 123.56 83.1 150.42 -
System Red Green Blue C M Y K H S L
Decimal 155 123 44 0 0.21 0.72 0.39 42.7 0.56 0.39
Hex 9B 7B 2C 0 15 48 27 2B 38 27
Octal 233 173 54 0 25 110 47 53 70 47
Binary 10011011 1111011 101100 0 10101 1001000 100111 101011 111000 100111

Color Harmonies of #9B7B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7B2C

Black with #9B7B2C

Text Example


Text Example

White with #9B7B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B7B2C; }

 p { color: rgb(155,123,44); }

 H1.HeaderClassName
 {
   color: #9B7B2C;
 }
 .AnyTagClassName
 {
   color: #9B7B2C;
 }
</style>

background-color css

<style>
 a { background-color: #9B7B2C; }

 a { background-color: rgb(155,123,44); }

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

border-color css

<style>
 span { border-color: #9B7B2C; }

 span { border-color: rgb(155,123,44); }

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