Html Css Color HEX #9B7425 Buttered Rum

📋 copy color: '#9B7425'

red 155 ◦ green 116 ◦ blue 37

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

Shades of Buttered Rum #9B7425

Tints of Buttered Rum #9B7425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

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

R = 50.32%
G = 37.66%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B7425 (or 0x9B7425) is known color: Buttered Rum. HEX triplet: 9B, 74 and 25. RGB value is (155,116,37). Sum of RGB (Red+Green+Blue) = 155+116+37=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7425 is #648BDA. Grayscale: #777777. Windows color (decimal): -6589403 or 2454683. OLE color: 2454683.

HSL color Cylindrical-coordinate representation of color #9B7425: hue angle of 40.17º 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 #9B7425 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 116 37 -
CMYK 0 0.25 0.76 0.39
HSL 40.17º 0.61% 0.38% -
HSV(B) 40.17º 0.76% 0.61% -
XYZ 20.1 19.59 4.47 -
YUV 118.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 155 116 37 0 0.25 0.76 0.39 40.17 0.61 0.38
Hex 9B 74 25 0 19 4C 27 28 3D 26
Octal 233 164 45 0 31 114 47 50 75 46
Binary 10011011 1110100 100101 0 11001 1001100 100111 101000 111101 100110

Color Harmonies of #9B7425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7425

Black with #9B7425

Text Example


Text Example

White with #9B7425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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