Html Css Color HEX #9B7828 Hacienda

📋 copy color: '#9B7828'

red 155 ◦ green 120 ◦ blue 40

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

Shades of Hacienda #9B7828

Tints of Hacienda #9B7828

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.1%

 BLUE value IS 40 (16.02% from 255) = 12.7%

R = 49.21%
G = 38.1%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B7828 (or 0x9B7828) is known color: Hacienda. HEX triplet: 9B, 78 and 28. RGB value is (155,120,40). Sum of RGB (Red+Green+Blue) = 155+120+40=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7828 is #6487D7. Grayscale: #797979. Windows color (decimal): -6588376 or 2652315. OLE color: 2652315.

HSL color Cylindrical-coordinate representation of color #9B7828: hue angle of 41.74º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B7828 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 120 40 -
CMYK 0 0.23 0.74 0.39
HSL 41.74º 0.59% 0.38% -
HSV(B) 41.74º 0.74% 0.61% -
XYZ 20.62 20.55 4.89 -
YUV 121.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 155 120 40 0 0.23 0.74 0.39 41.74 0.59 0.38
Hex 9B 78 28 0 17 4A 27 2A 3B 26
Octal 233 170 50 0 27 112 47 52 73 46
Binary 10011011 1111000 101000 0 10111 1001010 100111 101010 111011 100110

Color Harmonies of #9B7828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7828

Black with #9B7828

Text Example


Text Example

White with #9B7828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,120,40); }

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

background-color css

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

 a { background-color: rgb(155,120,40); }

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

border-color css

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

 span { border-color: rgb(155,120,40); }

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