Html Css Color HEX #9C820E Hacienda

📋 copy color: '#9C820E'

red 156 ◦ green 130 ◦ blue 14

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

Shades of Hacienda #9C820E

Tints of Hacienda #9C820E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.33%

 BLUE value IS 14 (5.86% from 255) = 4.67%

R = 52%
G = 43.33%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C820E (or 0x9C820E) is known color: Hacienda. HEX triplet: 9C, 82 and 0E. RGB value is (156,130,14). Sum of RGB (Red+Green+Blue) = 156+130+14=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C820E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C820E is #637DF1. Grayscale: #7D7D7D. Windows color (decimal): -6520306 or 950940. OLE color: 950940.

HSL color Cylindrical-coordinate representation of color #9C820E: hue angle of 49.01º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C820E is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 130 14 -
CMYK 0 0.17 0.91 0.39
HSL 49.01º 0.84% 0.33% -
HSV(B) 49.01º 0.91% 0.61% -
XYZ 21.77 23.06 3.72 -
YUV 124.55 65.61 150.43 -
System Red Green Blue C M Y K H S L
Decimal 156 130 14 0 0.17 0.91 0.39 49.01 0.84 0.33
Hex 9C 82 E 0 11 5B 27 31 54 21
Octal 234 202 16 0 21 133 47 61 124 41
Binary 10011100 10000010 1110 0 10001 1011011 100111 110001 1010100 100001

Color Harmonies of #9C820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C820E

Black with #9C820E

Text Example


Text Example

White with #9C820E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,130,14); }

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

background-color css

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

 a { background-color: rgb(156,130,14); }

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

border-color css

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

 span { border-color: rgb(156,130,14); }

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