Html Css Color HEX #94751B Hacienda

📋 copy color: '#94751B'

red 148 ◦ green 117 ◦ blue 27

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

Shades of Hacienda #94751B

Tints of Hacienda #94751B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.07%

 BLUE value IS 27 (10.94% from 255) = 9.25%

R = 50.68%
G = 40.07%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94751B (or 0x94751B) is known color: Hacienda. HEX triplet: 94, 75 and 1B. RGB value is (148,117,27). Sum of RGB (Red+Green+Blue) = 148+117+27=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #94751B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94751B is #6B8AE4. Grayscale: #747474. Windows color (decimal): -7047909 or 1799572. OLE color: 1799572.

HSL color Cylindrical-coordinate representation of color #94751B: hue angle of 44.63º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94751B is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 27 -
CMYK 0 0.21 0.82 0.42
HSL 44.63º 0.69% 0.34% -
HSV(B) 44.63º 0.82% 0.58% -
XYZ 18.77 19.1 3.73 -
YUV 116.01 77.77 150.82 -
System Red Green Blue C M Y K H S L
Decimal 148 117 27 0 0.21 0.82 0.42 44.63 0.69 0.34
Hex 94 75 1B 0 15 52 2A 2D 45 22
Octal 224 165 33 0 25 122 52 55 105 42
Binary 10010100 1110101 11011 0 10101 1010010 101010 101101 1000101 100010

Color Harmonies of #94751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94751B

Black with #94751B

Text Example


Text Example

White with #94751B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94751B; }

 p { color: rgb(148,117,27); }

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

background-color css

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

 a { background-color: rgb(148,117,27); }

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

border-color css

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

 span { border-color: rgb(148,117,27); }

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