Html Css Color HEX #9C830F Hacienda

📋 copy color: '#9C830F'

red 156 ◦ green 131 ◦ blue 15

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

Shades of Hacienda #9C830F

Tints of Hacienda #9C830F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.97%

R = 51.66%
G = 43.38%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9C830F (or 0x9C830F) is known color: Hacienda. HEX triplet: 9C, 83 and 0F. RGB value is (156,131,15). Sum of RGB (Red+Green+Blue) = 156+131+15=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C830F is #637CF0. Grayscale: #7D7D7D. Windows color (decimal): -6520049 or 1016732. OLE color: 1016732.

HSL color Cylindrical-coordinate representation of color #9C830F: hue angle of 49.36º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C830F is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 131 15 -
CMYK 0 0.16 0.90 0.39
HSL 49.36º 0.82% 0.34% -
HSV(B) 49.36º 0.9% 0.61% -
XYZ 21.91 23.34 3.8 -
YUV 125.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 156 131 15 0 0.16 0.90 0.39 49.36 0.82 0.34
Hex 9C 83 F 0 10 5A 27 31 52 22
Octal 234 203 17 0 20 132 47 61 122 42
Binary 10011100 10000011 1111 0 10000 1011010 100111 110001 1010010 100010

Color Harmonies of #9C830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C830F

Black with #9C830F

Text Example


Text Example

White with #9C830F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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