Html Css Color HEX #947B18 Hacienda

📋 copy color: '#947B18'

red 148 ◦ green 123 ◦ blue 24

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

Shades of Hacienda #947B18

Tints of Hacienda #947B18

RGB

 RED value IS 148 (58.2% from 255) = 50.17%

 GREEN value IS 123 (48.44% from 255) = 41.69%

 BLUE value IS 24 (9.77% from 255) = 8.14%

R = 50.17%
G = 41.69%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#947B18 (or 0x947B18) is known color: Hacienda. HEX triplet: 94, 7B and 18. RGB value is (148,123,24). Sum of RGB (Red+Green+Blue) = 148+123+24=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #947B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947B18 is #6B84E7. Grayscale: #777777. Windows color (decimal): -7046376 or 1604500. OLE color: 1604500.

HSL color Cylindrical-coordinate representation of color #947B18: hue angle of 47.9º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #947B18 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 123 24 -
CMYK 0 0.17 0.84 0.42
HSL 47.9º 0.72% 0.34% -
HSV(B) 47.9º 0.84% 0.58% -
XYZ 19.46 20.53 3.8 -
YUV 119.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 148 123 24 0 0.17 0.84 0.42 47.9 0.72 0.34
Hex 94 7B 18 0 11 54 2A 30 48 22
Octal 224 173 30 0 21 124 52 60 110 42
Binary 10010100 1111011 11000 0 10001 1010100 101010 110000 1001000 100010

Color Harmonies of #947B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B18

Black with #947B18

Text Example


Text Example

White with #947B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947B18; }

 p { color: rgb(148,123,24); }

 H1.HeaderClassName
 {
   color: #947B18;
 }
 .AnyTagClassName
 {
   color: #947B18;
 }
</style>

background-color css

<style>
 a { background-color: #947B18; }

 a { background-color: rgb(148,123,24); }

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

border-color css

<style>
 span { border-color: #947B18; }

 span { border-color: rgb(148,123,24); }

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