Html Css Color HEX #9B780C Hacienda

📋 copy color: '#9B780C'

red 155 ◦ green 120 ◦ blue 12

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

Shades of Hacienda #9B780C

Tints of Hacienda #9B780C

RGB

 RED value IS 155 (60.94% from 255) = 54.01%

 GREEN value IS 120 (47.27% from 255) = 41.81%

 BLUE value IS 12 (5.08% from 255) = 4.18%

R = 54.01%
G = 41.81%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B780C (or 0x9B780C) is known color: Hacienda. HEX triplet: 9B, 78 and 0C. RGB value is (155,120,12). Sum of RGB (Red+Green+Blue) = 155+120+12=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B780C is #6487F3. Grayscale: #767676. Windows color (decimal): -6588404 or 817307. OLE color: 817307.

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

Color convert

RGB 155 120 12 -
CMYK 0 0.23 0.92 0.39
HSL 45.31º 0.86% 0.33% -
HSV(B) 45.31º 0.92% 0.61% -
XYZ 20.3 20.43 3.22 -
YUV 118.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 155 120 12 0 0.23 0.92 0.39 45.31 0.86 0.33
Hex 9B 78 C 0 17 5C 27 2D 56 21
Octal 233 170 14 0 27 134 47 55 126 41
Binary 10011011 1111000 1100 0 10111 1011100 100111 101101 1010110 100001

Color Harmonies of #9B780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B780C

Black with #9B780C

Text Example


Text Example

White with #9B780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,120,12); }

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

background-color css

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

 a { background-color: rgb(155,120,12); }

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

border-color css

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

 span { border-color: rgb(155,120,12); }

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