Html Css Color HEX #9E7B28 Hacienda

📋 copy color: '#9E7B28'

red 158 ◦ green 123 ◦ blue 40

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

Shades of Hacienda #9E7B28

Tints of Hacienda #9E7B28

RGB

 RED value IS 158 (62.11% from 255) = 49.22%

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

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

R = 49.22%
G = 38.32%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9E7B28 (or 0x9E7B28) is known color: Hacienda. HEX triplet: 9E, 7B and 28. RGB value is (158,123,40). Sum of RGB (Red+Green+Blue) = 158+123+40=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7B28 is #6184D7. Grayscale: #7C7C7C. Windows color (decimal): -6391000 or 2653086. OLE color: 2653086.

HSL color Cylindrical-coordinate representation of color #9E7B28: hue angle of 42.2º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E7B28 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 123 40 -
CMYK 0 0.22 0.75 0.38
HSL 42.2º 0.6% 0.39% -
HSV(B) 42.2º 0.75% 0.62% -
XYZ 21.57 21.59 5.04 -
YUV 124 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 158 123 40 0 0.22 0.75 0.38 42.2 0.6 0.39
Hex 9E 7B 28 0 16 4B 26 2A 3C 27
Octal 236 173 50 0 26 113 46 52 74 47
Binary 10011110 1111011 101000 0 10110 1001011 100110 101010 111100 100111

Color Harmonies of #9E7B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7B28

Black with #9E7B28

Text Example


Text Example

White with #9E7B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,123,40); }

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

background-color css

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

 a { background-color: rgb(158,123,40); }

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

border-color css

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

 span { border-color: rgb(158,123,40); }

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