Html Css Color HEX #95771E Hacienda

📋 copy color: '#95771E'

red 149 ◦ green 119 ◦ blue 30

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

Shades of Hacienda #95771E

Tints of Hacienda #95771E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.93%

 BLUE value IS 30 (12.11% from 255) = 10.07%

R = 50%
G = 39.93%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95771E (or 0x95771E) is known color: Hacienda. HEX triplet: 95, 77 and 1E. RGB value is (149,119,30). Sum of RGB (Red+Green+Blue) = 149+119+30=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95771E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95771E is #6A88E1. Grayscale: #767676. Windows color (decimal): -6981858 or 1996693. OLE color: 1996693.

HSL color Cylindrical-coordinate representation of color #95771E: hue angle of 44.87º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95771E is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 30 -
CMYK 0 0.20 0.80 0.42
HSL 44.87º 0.66% 0.35% -
HSV(B) 44.87º 0.8% 0.58% -
XYZ 19.23 19.68 4.01 -
YUV 117.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 149 119 30 0 0.20 0.80 0.42 44.87 0.66 0.35
Hex 95 77 1E 0 14 50 2A 2D 42 23
Octal 225 167 36 0 24 120 52 55 102 43
Binary 10010101 1110111 11110 0 10100 1010000 101010 101101 1000010 100011

Color Harmonies of #95771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95771E

Black with #95771E

Text Example


Text Example

White with #95771E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95771E; }

 p { color: rgb(149,119,30); }

 H1.HeaderClassName
 {
   color: #95771E;
 }
 .AnyTagClassName
 {
   color: #95771E;
 }
</style>

background-color css

<style>
 a { background-color: #95771E; }

 a { background-color: rgb(149,119,30); }

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

border-color css

<style>
 span { border-color: #95771E; }

 span { border-color: rgb(149,119,30); }

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