Html Css Color HEX #95781A Hacienda

📋 copy color: '#95781A'

red 149 ◦ green 120 ◦ blue 26

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

Shades of Hacienda #95781A

Tints of Hacienda #95781A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.81%

R = 50.51%
G = 40.68%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95781A (or 0x95781A) is known color: Hacienda. HEX triplet: 95, 78 and 1A. RGB value is (149,120,26). Sum of RGB (Red+Green+Blue) = 149+120+26=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95781A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95781A is #6A87E5. Grayscale: #767676. Windows color (decimal): -6981606 or 1734805. OLE color: 1734805.

HSL color Cylindrical-coordinate representation of color #95781A: hue angle of 45.85º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95781A is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 120 26 -
CMYK 0 0.19 0.83 0.42
HSL 45.85º 0.7% 0.34% -
HSV(B) 45.85º 0.83% 0.58% -
XYZ 19.3 19.9 3.8 -
YUV 117.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 149 120 26 0 0.19 0.83 0.42 45.85 0.7 0.34
Hex 95 78 1A 0 13 53 2A 2E 46 22
Octal 225 170 32 0 23 123 52 56 106 42
Binary 10010101 1111000 11010 0 10011 1010011 101010 101110 1000110 100010

Color Harmonies of #95781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95781A

Black with #95781A

Text Example


Text Example

White with #95781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95781A; }

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

 H1.HeaderClassName
 {
   color: #95781A;
 }
 .AnyTagClassName
 {
   color: #95781A;
 }
</style>

background-color css

<style>
 a { background-color: #95781A; }

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

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

border-color css

<style>
 span { border-color: #95781A; }

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

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