Html Css Color HEX #9C801D Hacienda

📋 copy color: '#9C801D'

red 156 ◦ green 128 ◦ blue 29

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

Shades of Hacienda #9C801D

Tints of Hacienda #9C801D

RGB

 RED value IS 156 (61.33% from 255) = 49.84%

 GREEN value IS 128 (50.39% from 255) = 40.89%

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 49.84%
G = 40.89%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9C801D (or 0x9C801D) is known color: Hacienda. HEX triplet: 9C, 80 and 1D. RGB value is (156,128,29). Sum of RGB (Red+Green+Blue) = 156+128+29=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C801D is #637FE2. Grayscale: #7D7D7D. Windows color (decimal): -6520803 or 1933468. OLE color: 1933468.

HSL color Cylindrical-coordinate representation of color #9C801D: hue angle of 46.77º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C801D is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 128 29 -
CMYK 0 0.18 0.81 0.39
HSL 46.77º 0.69% 0.36% -
HSV(B) 46.77º 0.81% 0.61% -
XYZ 21.65 22.59 4.38 -
YUV 125.09 73.78 150.05 -
System Red Green Blue C M Y K H S L
Decimal 156 128 29 0 0.18 0.81 0.39 46.77 0.69 0.36
Hex 9C 80 1D 0 12 51 27 2F 45 24
Octal 234 200 35 0 22 121 47 57 105 44
Binary 10011100 10000000 11101 0 10010 1010001 100111 101111 1000101 100100

Color Harmonies of #9C801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C801D

Black with #9C801D

Text Example


Text Example

White with #9C801D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,128,29); }

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

background-color css

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

 a { background-color: rgb(156,128,29); }

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

border-color css

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

 span { border-color: rgb(156,128,29); }

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