Html Css Color HEX #9D7224 Buttered Rum

📋 copy color: '#9D7224'

red 157 ◦ green 114 ◦ blue 36

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

Shades of Buttered Rum #9D7224

Tints of Buttered Rum #9D7224

RGB

 RED value IS 157 (61.72% from 255) = 51.14%

 GREEN value IS 114 (44.92% from 255) = 37.13%

 BLUE value IS 36 (14.45% from 255) = 11.73%

R = 51.14%
G = 37.13%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9D7224 (or 0x9D7224) is known color: Buttered Rum. HEX triplet: 9D, 72 and 24. RGB value is (157,114,36). Sum of RGB (Red+Green+Blue) = 157+114+36=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7224 is #628DDB. Grayscale: #767676. Windows color (decimal): -6458844 or 2388637. OLE color: 2388637.

HSL color Cylindrical-coordinate representation of color #9D7224: hue angle of 38.68º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D7224 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 114 36 -
CMYK 0 0.27 0.77 0.38
HSL 38.68º 0.63% 0.38% -
HSV(B) 38.68º 0.77% 0.62% -
XYZ 20.24 19.33 4.33 -
YUV 117.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 157 114 36 0 0.27 0.77 0.38 38.68 0.63 0.38
Hex 9D 72 24 0 1B 4D 26 27 3F 26
Octal 235 162 44 0 33 115 46 47 77 46
Binary 10011101 1110010 100100 0 11011 1001101 100110 100111 111111 100110

Color Harmonies of #9D7224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7224

Black with #9D7224

Text Example


Text Example

White with #9D7224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,114,36); }

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

background-color css

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

 a { background-color: rgb(157,114,36); }

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

border-color css

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

 span { border-color: rgb(157,114,36); }

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