Html Css Color HEX #9B7E15 Hacienda

📋 copy color: '#9B7E15'

red 155 ◦ green 126 ◦ blue 21

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

Shades of Hacienda #9B7E15

Tints of Hacienda #9B7E15

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.72%

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 51.32%
G = 41.72%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B7E15 (or 0x9B7E15) is known color: Hacienda. HEX triplet: 9B, 7E and 15. RGB value is (155,126,21). Sum of RGB (Red+Green+Blue) = 155+126+21=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7E15 is #6481EA. Grayscale: #7B7B7B. Windows color (decimal): -6586859 or 1408667. OLE color: 1408667.

HSL color Cylindrical-coordinate representation of color #9B7E15: hue angle of 47.01º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B7E15 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 126 21 -
CMYK 0 0.19 0.86 0.39
HSL 47.01º 0.76% 0.35% -
HSV(B) 47.01º 0.86% 0.61% -
XYZ 21.11 21.94 3.83 -
YUV 122.7 70.61 151.04 -
System Red Green Blue C M Y K H S L
Decimal 155 126 21 0 0.19 0.86 0.39 47.01 0.76 0.35
Hex 9B 7E 15 0 13 56 27 2F 4C 23
Octal 233 176 25 0 23 126 47 57 114 43
Binary 10011011 1111110 10101 0 10011 1010110 100111 101111 1001100 100011

Color Harmonies of #9B7E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7E15

Black with #9B7E15

Text Example


Text Example

White with #9B7E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,126,21); }

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

background-color css

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

 a { background-color: rgb(155,126,21); }

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

border-color css

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

 span { border-color: rgb(155,126,21); }

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