Html Css Color HEX #9B7428 Buttered Rum

📋 copy color: '#9B7428'

red 155 ◦ green 116 ◦ blue 40

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

Shades of Buttered Rum #9B7428

Tints of Buttered Rum #9B7428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 49.84%
G = 37.3%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B7428 (or 0x9B7428) is known color: Buttered Rum. HEX triplet: 9B, 74 and 28. RGB value is (155,116,40). Sum of RGB (Red+Green+Blue) = 155+116+40=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7428 is #648BD7. Grayscale: #777777. Windows color (decimal): -6589400 or 2651291. OLE color: 2651291.

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

Color convert

RGB 155 116 40 -
CMYK 0 0.25 0.74 0.39
HSL 39.65º 0.59% 0.38% -
HSV(B) 39.65º 0.74% 0.61% -
XYZ 20.15 19.61 4.73 -
YUV 119 83.42 153.68 -
System Red Green Blue C M Y K H S L
Decimal 155 116 40 0 0.25 0.74 0.39 39.65 0.59 0.38
Hex 9B 74 28 0 19 4A 27 28 3B 26
Octal 233 164 50 0 31 112 47 50 73 46
Binary 10011011 1110100 101000 0 11001 1001010 100111 101000 111011 100110

Color Harmonies of #9B7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7428

Black with #9B7428

Text Example


Text Example

White with #9B7428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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