Html Css Color HEX #948115 Hacienda

📋 copy color: '#948115'

red 148 ◦ green 129 ◦ blue 21

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

Shades of Hacienda #948115

Tints of Hacienda #948115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.29%

 BLUE value IS 21 (8.59% from 255) = 7.05%

R = 49.66%
G = 43.29%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#948115 (or 0x948115) is known color: Hacienda. HEX triplet: 94, 81 and 15. RGB value is (148,129,21). Sum of RGB (Red+Green+Blue) = 148+129+21=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #948115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948115 is #6B7EEA. Grayscale: #7A7A7A. Windows color (decimal): -7044843 or 1409428. OLE color: 1409428.

HSL color Cylindrical-coordinate representation of color #948115: hue angle of 51.02º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #948115 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 129 21 -
CMYK 0 0.13 0.86 0.42
HSL 51.02º 0.75% 0.33% -
HSV(B) 51.02º 0.86% 0.58% -
XYZ 20.2 22.05 3.9 -
YUV 122.37 70.79 146.28 -
System Red Green Blue C M Y K H S L
Decimal 148 129 21 0 0.13 0.86 0.42 51.02 0.75 0.33
Hex 94 81 15 0 D 56 2A 33 4B 21
Octal 224 201 25 0 15 126 52 63 113 41
Binary 10010100 10000001 10101 0 1101 1010110 101010 110011 1001011 100001

Color Harmonies of #948115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948115

Black with #948115

Text Example


Text Example

White with #948115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948115; }

 p { color: rgb(148,129,21); }

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

background-color css

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

 a { background-color: rgb(148,129,21); }

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

border-color css

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

 span { border-color: rgb(148,129,21); }

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