Html Css Color HEX #95880E Hacienda

📋 copy color: '#95880E'

red 149 ◦ green 136 ◦ blue 14

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

Shades of Hacienda #95880E

Tints of Hacienda #95880E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.48%

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 49.83%
G = 45.48%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95880E (or 0x95880E) is known color: Hacienda. HEX triplet: 95, 88 and 0E. RGB value is (149,136,14). Sum of RGB (Red+Green+Blue) = 149+136+14=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #95880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95880E is #6A77F1. Grayscale: #7E7E7E. Windows color (decimal): -6977522 or 952469. OLE color: 952469.

HSL color Cylindrical-coordinate representation of color #95880E: hue angle of 54.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95880E is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 14 -
CMYK 0 0.09 0.91 0.42
HSL 54.22º 0.83% 0.32% -
HSV(B) 54.22º 0.91% 0.58% -
XYZ 21.28 24.03 3.93 -
YUV 125.98 64.81 144.42 -
System Red Green Blue C M Y K H S L
Decimal 149 136 14 0 0.09 0.91 0.42 54.22 0.83 0.32
Hex 95 88 E 0 9 5B 2A 36 53 20
Octal 225 210 16 0 11 133 52 66 123 40
Binary 10010101 10001000 1110 0 1001 1011011 101010 110110 1010011 100000

Color Harmonies of #95880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95880E

Black with #95880E

Text Example


Text Example

White with #95880E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,136,14); }

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

background-color css

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

 a { background-color: rgb(149,136,14); }

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

border-color css

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

 span { border-color: rgb(149,136,14); }

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