Html Css Color HEX #947F0E Hacienda

📋 copy color: '#947F0E'

red 148 ◦ green 127 ◦ blue 14

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

Shades of Hacienda #947F0E

Tints of Hacienda #947F0E

RGB

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

 GREEN value IS 127 (50% from 255) = 43.94%

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 51.21%
G = 43.94%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#947F0E (or 0x947F0E) is known color: Hacienda. HEX triplet: 94, 7F and 0E. RGB value is (148,127,14). Sum of RGB (Red+Green+Blue) = 148+127+14=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #947F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947F0E is #6B80F1. Grayscale: #787878. Windows color (decimal): -7045362 or 950164. OLE color: 950164.

HSL color Cylindrical-coordinate representation of color #947F0E: hue angle of 50.6º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #947F0E is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 127 14 -
CMYK 0 0.14 0.91 0.42
HSL 50.6º 0.83% 0.32% -
HSV(B) 50.6º 0.91% 0.58% -
XYZ 19.88 21.51 3.52 -
YUV 120.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 148 127 14 0 0.14 0.91 0.42 50.6 0.83 0.32
Hex 94 7F E 0 E 5B 2A 33 53 20
Octal 224 177 16 0 16 133 52 63 123 40
Binary 10010100 1111111 1110 0 1110 1011011 101010 110011 1010011 100000

Color Harmonies of #947F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947F0E

Black with #947F0E

Text Example


Text Example

White with #947F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,127,14); }

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

background-color css

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

 a { background-color: rgb(148,127,14); }

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

border-color css

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

 span { border-color: rgb(148,127,14); }

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