Html Css Color HEX #9A7024 Buttered Rum

📋 copy color: '#9A7024'

red 154 ◦ green 112 ◦ blue 36

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

Shades of Buttered Rum #9A7024

Tints of Buttered Rum #9A7024

RGB

 RED value IS 154 (60.55% from 255) = 50.99%

 GREEN value IS 112 (44.14% from 255) = 37.09%

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

R = 50.99%
G = 37.09%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#9A7024 (or 0x9A7024) is known color: Buttered Rum. HEX triplet: 9A, 70 and 24. RGB value is (154,112,36). Sum of RGB (Red+Green+Blue) = 154+112+36=302 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.99% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7024 is #658FDB. Grayscale: #747474. Windows color (decimal): -6655964 or 2388122. OLE color: 2388122.

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

Color convert

RGB 154 112 36 -
CMYK 0 0.27 0.77 0.40
HSL 38.64º 0.62% 0.37% -
HSV(B) 38.64º 0.77% 0.6% -
XYZ 19.44 18.59 4.23 -
YUV 115.89 82.91 155.18 -
System Red Green Blue C M Y K H S L
Decimal 154 112 36 0 0.27 0.77 0.40 38.64 0.62 0.37
Hex 9A 70 24 0 1B 4D 28 27 3E 25
Octal 232 160 44 0 33 115 50 47 76 45
Binary 10011010 1110000 100100 0 11011 1001101 101000 100111 111110 100101

Color Harmonies of #9A7024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7024

Black with #9A7024

Text Example


Text Example

White with #9A7024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,112,36); }

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

background-color css

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

 a { background-color: rgb(154,112,36); }

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

border-color css

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

 span { border-color: rgb(154,112,36); }

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