Html Css Color HEX #9B752B Buttered Rum

📋 copy color: '#9B752B'

red 155 ◦ green 117 ◦ blue 43

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

Shades of Buttered Rum #9B752B

Tints of Buttered Rum #9B752B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.14%

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

R = 49.21%
G = 37.14%
B = 13.65%

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

#9B752B (or 0x9B752B) is known color: Buttered Rum. HEX triplet: 9B, 75 and 2B. RGB value is (155,117,43). Sum of RGB (Red+Green+Blue) = 155+117+43=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B752B is #648AD4. Grayscale: #787878. Windows color (decimal): -6589141 or 2848155. OLE color: 2848155.

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

Color convert

RGB 155 117 43 -
CMYK 0 0.25 0.72 0.39
HSL 39.64º 0.57% 0.39% -
HSV(B) 39.64º 0.72% 0.61% -
XYZ 20.31 19.87 5.05 -
YUV 119.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 155 117 43 0 0.25 0.72 0.39 39.64 0.57 0.39
Hex 9B 75 2B 0 19 48 27 28 39 27
Octal 233 165 53 0 31 110 47 50 71 47
Binary 10011011 1110101 101011 0 11001 1001000 100111 101000 111001 100111

Color Harmonies of #9B752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B752B

Black with #9B752B

Text Example


Text Example

White with #9B752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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