Html Css Color HEX #95790B Hacienda

📋 copy color: '#95790B'

red 149 ◦ green 121 ◦ blue 11

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

Shades of Hacienda #95790B

Tints of Hacienda #95790B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.06%

 BLUE value IS 11 (4.69% from 255) = 3.91%

R = 53.02%
G = 43.06%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95790B (or 0x95790B) is known color: Hacienda. HEX triplet: 95, 79 and 0B. RGB value is (149,121,11). Sum of RGB (Red+Green+Blue) = 149+121+11=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #95790B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95790B is #6A86F4. Grayscale: #757575. Windows color (decimal): -6981365 or 752021. OLE color: 752021.

HSL color Cylindrical-coordinate representation of color #95790B: hue angle of 47.83º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95790B is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 11 -
CMYK 0 0.19 0.93 0.42
HSL 47.83º 0.86% 0.31% -
HSV(B) 47.83º 0.93% 0.58% -
XYZ 19.29 20.09 3.18 -
YUV 116.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 149 121 11 0 0.19 0.93 0.42 47.83 0.86 0.31
Hex 95 79 B 0 13 5D 2A 30 56 1F
Octal 225 171 13 0 23 135 52 60 126 37
Binary 10010101 1111001 1011 0 10011 1011101 101010 110000 1010110 11111

Color Harmonies of #95790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95790B

Black with #95790B

Text Example


Text Example

White with #95790B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95790B; }

 p { color: rgb(149,121,11); }

 H1.HeaderClassName
 {
   color: #95790B;
 }
 .AnyTagClassName
 {
   color: #95790B;
 }
</style>

background-color css

<style>
 a { background-color: #95790B; }

 a { background-color: rgb(149,121,11); }

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

border-color css

<style>
 span { border-color: #95790B; }

 span { border-color: rgb(149,121,11); }

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