Html Css Color HEX #95761C Hacienda

📋 copy color: '#95761C'

red 149 ◦ green 118 ◦ blue 28

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

Shades of Hacienda #95761C

Tints of Hacienda #95761C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

 BLUE value IS 28 (11.33% from 255) = 9.49%

R = 50.51%
G = 40%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95761C (or 0x95761C) is known color: Hacienda. HEX triplet: 95, 76 and 1C. RGB value is (149,118,28). Sum of RGB (Red+Green+Blue) = 149+118+28=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95761C is #6A89E3. Grayscale: #757575. Windows color (decimal): -6982116 or 1865365. OLE color: 1865365.

HSL color Cylindrical-coordinate representation of color #95761C: hue angle of 44.63º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95761C is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 28 -
CMYK 0 0.21 0.81 0.42
HSL 44.63º 0.68% 0.35% -
HSV(B) 44.63º 0.81% 0.58% -
XYZ 19.08 19.43 3.84 -
YUV 117.01 77.77 150.82 -
System Red Green Blue C M Y K H S L
Decimal 149 118 28 0 0.21 0.81 0.42 44.63 0.68 0.35
Hex 95 76 1C 0 15 51 2A 2D 44 23
Octal 225 166 34 0 25 121 52 55 104 43
Binary 10010101 1110110 11100 0 10101 1010001 101010 101101 1000100 100011

Color Harmonies of #95761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95761C

Black with #95761C

Text Example


Text Example

White with #95761C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,118,28); }

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

background-color css

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

 a { background-color: rgb(149,118,28); }

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

border-color css

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

 span { border-color: rgb(149,118,28); }

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