Html Css Color HEX #95780C Hacienda

📋 copy color: '#95780C'

red 149 ◦ green 120 ◦ blue 12

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

Shades of Hacienda #95780C

Tints of Hacienda #95780C

RGB

 RED value IS 149 (58.59% from 255) = 53.02%

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

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

R = 53.02%
G = 42.7%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95780C (or 0x95780C) is known color: Hacienda. HEX triplet: 95, 78 and 0C. RGB value is (149,120,12). Sum of RGB (Red+Green+Blue) = 149+120+12=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #95780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95780C is #6A87F3. Grayscale: #747474. Windows color (decimal): -6981620 or 817301. OLE color: 817301.

HSL color Cylindrical-coordinate representation of color #95780C: hue angle of 47.3º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95780C is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 120 12 -
CMYK 0 0.19 0.92 0.42
HSL 47.3º 0.85% 0.32% -
HSV(B) 47.3º 0.92% 0.58% -
XYZ 19.18 19.85 3.17 -
YUV 116.36 69.11 151.28 -
System Red Green Blue C M Y K H S L
Decimal 149 120 12 0 0.19 0.92 0.42 47.3 0.85 0.32
Hex 95 78 C 0 13 5C 2A 2F 55 20
Octal 225 170 14 0 23 134 52 57 125 40
Binary 10010101 1111000 1100 0 10011 1011100 101010 101111 1010101 100000

Color Harmonies of #95780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95780C

Black with #95780C

Text Example


Text Example

White with #95780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95780C; }

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

 H1.HeaderClassName
 {
   color: #95780C;
 }
 .AnyTagClassName
 {
   color: #95780C;
 }
</style>

background-color css

<style>
 a { background-color: #95780C; }

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

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

border-color css

<style>
 span { border-color: #95780C; }

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

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