Html Css Color HEX #9B742B Buttered Rum

📋 copy color: '#9B742B'

red 155 ◦ green 116 ◦ blue 43

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

Shades of Buttered Rum #9B742B

Tints of Buttered Rum #9B742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 49.36%
G = 36.94%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B742B (or 0x9B742B) is known color: Buttered Rum. HEX triplet: 9B, 74 and 2B. RGB value is (155,116,43). Sum of RGB (Red+Green+Blue) = 155+116+43=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B742B is #648BD4. Grayscale: #777777. Windows color (decimal): -6589397 or 2847899. OLE color: 2847899.

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

Color convert

RGB 155 116 43 -
CMYK 0 0.25 0.72 0.39
HSL 39.11º 0.57% 0.39% -
HSV(B) 39.11º 0.72% 0.61% -
XYZ 20.2 19.63 5.01 -
YUV 119.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 155 116 43 0 0.25 0.72 0.39 39.11 0.57 0.39
Hex 9B 74 2B 0 19 48 27 27 39 27
Octal 233 164 53 0 31 110 47 47 71 47
Binary 10011011 1110100 101011 0 11001 1001000 100111 100111 111001 100111

Color Harmonies of #9B742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B742B

Black with #9B742B

Text Example


Text Example

White with #9B742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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