Html Css Color HEX #95890F Hacienda

📋 copy color: '#95890F'

red 149 ◦ green 137 ◦ blue 15

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

Shades of Hacienda #95890F

Tints of Hacienda #95890F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.51%

 BLUE value IS 15 (6.25% from 255) = 4.98%

R = 49.5%
G = 45.51%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95890F (or 0x95890F) is known color: Hacienda. HEX triplet: 95, 89 and 0F. RGB value is (149,137,15). Sum of RGB (Red+Green+Blue) = 149+137+15=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #95890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95890F is #6A76F0. Grayscale: #7F7F7F. Windows color (decimal): -6977265 or 1018261. OLE color: 1018261.

HSL color Cylindrical-coordinate representation of color #95890F: hue angle of 54.63º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95890F is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 137 15 -
CMYK 0 0.08 0.90 0.42
HSL 54.63º 0.82% 0.32% -
HSV(B) 54.63º 0.9% 0.58% -
XYZ 21.43 24.32 4.02 -
YUV 126.68 64.98 143.92 -
System Red Green Blue C M Y K H S L
Decimal 149 137 15 0 0.08 0.90 0.42 54.63 0.82 0.32
Hex 95 89 F 0 8 5A 2A 37 52 20
Octal 225 211 17 0 10 132 52 67 122 40
Binary 10010101 10001001 1111 0 1000 1011010 101010 110111 1010010 100000

Color Harmonies of #95890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95890F

Black with #95890F

Text Example


Text Example

White with #95890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95890F; }

 p { color: rgb(149,137,15); }

 H1.HeaderClassName
 {
   color: #95890F;
 }
 .AnyTagClassName
 {
   color: #95890F;
 }
</style>

background-color css

<style>
 a { background-color: #95890F; }

 a { background-color: rgb(149,137,15); }

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

border-color css

<style>
 span { border-color: #95890F; }

 span { border-color: rgb(149,137,15); }

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