Html Css Color HEX #947D0C Hacienda

📋 copy color: '#947D0C'

red 148 ◦ green 125 ◦ blue 12

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

Shades of Hacienda #947D0C

Tints of Hacienda #947D0C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.86%

 BLUE value IS 12 (5.08% from 255) = 4.21%

R = 51.93%
G = 43.86%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#947D0C (or 0x947D0C) is known color: Hacienda. HEX triplet: 94, 7D and 0C. RGB value is (148,125,12). Sum of RGB (Red+Green+Blue) = 148+125+12=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #947D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947D0C is #6B82F3. Grayscale: #777777. Windows color (decimal): -7045876 or 818580. OLE color: 818580.

HSL color Cylindrical-coordinate representation of color #947D0C: hue angle of 49.85º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #947D0C is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 125 12 -
CMYK 0 0.16 0.92 0.42
HSL 49.85º 0.85% 0.31% -
HSV(B) 49.85º 0.92% 0.58% -
XYZ 19.61 20.99 3.37 -
YUV 119 67.62 148.69 -
System Red Green Blue C M Y K H S L
Decimal 148 125 12 0 0.16 0.92 0.42 49.85 0.85 0.31
Hex 94 7D C 0 10 5C 2A 32 55 1F
Octal 224 175 14 0 20 134 52 62 125 37
Binary 10010100 1111101 1100 0 10000 1011100 101010 110010 1010101 11111

Color Harmonies of #947D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D0C

Black with #947D0C

Text Example


Text Example

White with #947D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,125,12); }

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

background-color css

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

 a { background-color: rgb(148,125,12); }

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

border-color css

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

 span { border-color: rgb(148,125,12); }

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