Html Css Color HEX #95751C Hacienda

📋 copy color: '#95751C'

red 149 ◦ green 117 ◦ blue 28

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

Shades of Hacienda #95751C

Tints of Hacienda #95751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 50.68%
G = 39.8%
B = 9.52%

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

#95751C (or 0x95751C) is known color: Hacienda. HEX triplet: 95, 75 and 1C. RGB value is (149,117,28). Sum of RGB (Red+Green+Blue) = 149+117+28=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95751C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95751C is #6A8AE3. Grayscale: #747474. Windows color (decimal): -6982372 or 1865109. OLE color: 1865109.

HSL color Cylindrical-coordinate representation of color #95751C: hue angle of 44.13º 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 #95751C is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 28 -
CMYK 0 0.21 0.81 0.42
HSL 44.13º 0.68% 0.35% -
HSV(B) 44.13º 0.81% 0.58% -
XYZ 18.97 19.2 3.8 -
YUV 116.42 78.1 151.24 -
System Red Green Blue C M Y K H S L
Decimal 149 117 28 0 0.21 0.81 0.42 44.13 0.68 0.35
Hex 95 75 1C 0 15 51 2A 2C 44 23
Octal 225 165 34 0 25 121 52 54 104 43
Binary 10010101 1110101 11100 0 10101 1010001 101010 101100 1000100 100011

Color Harmonies of #95751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95751C

Black with #95751C

Text Example


Text Example

White with #95751C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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