Html Css Color HEX #9C831B Hacienda

📋 copy color: '#9C831B'

red 156 ◦ green 131 ◦ blue 27

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

Shades of Hacienda #9C831B

Tints of Hacienda #9C831B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.72%

 BLUE value IS 27 (10.94% from 255) = 8.6%

R = 49.68%
G = 41.72%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C831B (or 0x9C831B) is known color: Hacienda. HEX triplet: 9C, 83 and 1B. RGB value is (156,131,27). Sum of RGB (Red+Green+Blue) = 156+131+27=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C831B is #637CE4. Grayscale: #7F7F7F. Windows color (decimal): -6520037 or 1803164. OLE color: 1803164.

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

Color convert

RGB 156 131 27 -
CMYK 0 0.16 0.83 0.39
HSL 48.37º 0.7% 0.36% -
HSV(B) 48.37º 0.83% 0.61% -
XYZ 22.02 23.38 4.39 -
YUV 126.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 156 131 27 0 0.16 0.83 0.39 48.37 0.7 0.36
Hex 9C 83 1B 0 10 53 27 30 46 24
Octal 234 203 33 0 20 123 47 60 106 44
Binary 10011100 10000011 11011 0 10000 1010011 100111 110000 1000110 100100

Color Harmonies of #9C831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C831B

Black with #9C831B

Text Example


Text Example

White with #9C831B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,131,27); }

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

background-color css

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

 a { background-color: rgb(156,131,27); }

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

border-color css

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

 span { border-color: rgb(156,131,27); }

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