Html Css Color HEX #9B7C25 Hacienda

📋 copy color: '#9B7C25'

red 155 ◦ green 124 ◦ blue 37

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

Shades of Hacienda #9B7C25

Tints of Hacienda #9B7C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.71%

R = 49.05%
G = 39.24%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B7C25 (or 0x9B7C25) is known color: Hacienda. HEX triplet: 9B, 7C and 25. RGB value is (155,124,37). Sum of RGB (Red+Green+Blue) = 155+124+37=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7C25 is #6483DA. Grayscale: #7B7B7B. Windows color (decimal): -6587355 or 2456731. OLE color: 2456731.

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

Color convert

RGB 155 124 37 -
CMYK 0 0.2 0.76 0.39
HSL 44.24º 0.61% 0.38% -
HSV(B) 44.24º 0.76% 0.61% -
XYZ 21.06 21.52 4.79 -
YUV 123.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 155 124 37 0 0.2 0.76 0.39 44.24 0.61 0.38
Hex 9B 7C 25 0 14 4C 27 2C 3D 26
Octal 233 174 45 0 24 114 47 54 75 46
Binary 10011011 1111100 100101 0 10100 1001100 100111 101100 111101 100110

Color Harmonies of #9B7C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C25

Black with #9B7C25

Text Example


Text Example

White with #9B7C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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