Html Css Color HEX #947A0A Hacienda

📋 copy color: '#947A0A'

red 148 ◦ green 122 ◦ blue 10

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

Shades of Hacienda #947A0A

Tints of Hacienda #947A0A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.57%

 BLUE value IS 10 (4.3% from 255) = 3.57%

R = 52.86%
G = 43.57%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#947A0A (or 0x947A0A) is known color: Hacienda. HEX triplet: 94, 7A and 0A. RGB value is (148,122,10). Sum of RGB (Red+Green+Blue) = 148+122+10=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #947A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947A0A is #6B85F5. Grayscale: #757575. Windows color (decimal): -7046646 or 686740. OLE color: 686740.

HSL color Cylindrical-coordinate representation of color #947A0A: hue angle of 48.7º degrees, saturation: 0.87, 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 #947A0A is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 122 10 -
CMYK 0 0.18 0.93 0.42
HSL 48.7º 0.87% 0.31% -
HSV(B) 48.7º 0.93% 0.58% -
XYZ 19.23 20.24 3.18 -
YUV 117.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 148 122 10 0 0.18 0.93 0.42 48.7 0.87 0.31
Hex 94 7A A 0 12 5D 2A 31 57 1F
Octal 224 172 12 0 22 135 52 61 127 37
Binary 10010100 1111010 1010 0 10010 1011101 101010 110001 1010111 11111

Color Harmonies of #947A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A0A

Black with #947A0A

Text Example


Text Example

White with #947A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,122,10); }

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

background-color css

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

 a { background-color: rgb(148,122,10); }

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

border-color css

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

 span { border-color: rgb(148,122,10); }

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