Html Css Color HEX #9B7C04 Hacienda

📋 copy color: '#9B7C04'

red 155 ◦ green 124 ◦ blue 4

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

Shades of Hacienda #9B7C04

Tints of Hacienda #9B7C04

RGB

 RED value IS 155 (60.94% from 255) = 54.77%

 GREEN value IS 124 (48.83% from 255) = 43.82%

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 54.77%
G = 43.82%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B7C04 (or 0x9B7C04) is known color: Hacienda. HEX triplet: 9B, 7C and 04. RGB value is (155,124,4). Sum of RGB (Red+Green+Blue) = 155+124+4=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7C04 is #6483FB. Grayscale: #787878. Windows color (decimal): -6587388 or 294043. OLE color: 294043.

HSL color Cylindrical-coordinate representation of color #9B7C04: hue angle of 47.68º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B7C04 is Cyan = 0, Magento = 0.2, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 124 4 -
CMYK 0 0.2 0.97 0.39
HSL 47.68º 0.95% 0.31% -
HSV(B) 47.68º 0.97% 0.61% -
XYZ 20.75 21.39 3.15 -
YUV 119.59 62.77 153.26 -
System Red Green Blue C M Y K H S L
Decimal 155 124 4 0 0.2 0.97 0.39 47.68 0.95 0.31
Hex 9B 7C 4 0 14 61 27 30 5F 1F
Octal 233 174 4 0 24 141 47 60 137 37
Binary 10011011 1111100 100 0 10100 1100001 100111 110000 1011111 11111

Color Harmonies of #9B7C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C04

Black with #9B7C04

Text Example


Text Example

White with #9B7C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B7C04; }

 p { color: rgb(155,124,4); }

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

background-color css

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

 a { background-color: rgb(155,124,4); }

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

border-color css

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

 span { border-color: rgb(155,124,4); }

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