Html Css Color HEX #9B7024 Buttered Rum

📋 copy color: '#9B7024'

red 155 ◦ green 112 ◦ blue 36

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

Shades of Buttered Rum #9B7024

Tints of Buttered Rum #9B7024

RGB

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

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

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

R = 51.16%
G = 36.96%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B7024 (or 0x9B7024) is known color: Buttered Rum. HEX triplet: 9B, 70 and 24. RGB value is (155,112,36). Sum of RGB (Red+Green+Blue) = 155+112+36=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7024 is #648FDB. Grayscale: #747474. Windows color (decimal): -6590428 or 2388123. OLE color: 2388123.

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

Color convert

RGB 155 112 36 -
CMYK 0 0.28 0.77 0.39
HSL 38.32º 0.62% 0.37% -
HSV(B) 38.32º 0.77% 0.61% -
XYZ 19.63 18.68 4.24 -
YUV 116.19 82.75 155.68 -
System Red Green Blue C M Y K H S L
Decimal 155 112 36 0 0.28 0.77 0.39 38.32 0.62 0.37
Hex 9B 70 24 0 1C 4D 27 26 3E 25
Octal 233 160 44 0 34 115 47 46 76 45
Binary 10011011 1110000 100100 0 11100 1001101 100111 100110 111110 100101

Color Harmonies of #9B7024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7024

Black with #9B7024

Text Example


Text Example

White with #9B7024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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