Html Css Color HEX #9B752C Buttered Rum

📋 copy color: '#9B752C'

red 155 ◦ green 117 ◦ blue 44

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

Shades of Buttered Rum #9B752C

Tints of Buttered Rum #9B752C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 49.05%
G = 37.03%
B = 13.92%

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

#9B752C (or 0x9B752C) is known color: Buttered Rum. HEX triplet: 9B, 75 and 2C. RGB value is (155,117,44). Sum of RGB (Red+Green+Blue) = 155+117+44=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B752C is #648AD3. Grayscale: #787878. Windows color (decimal): -6589140 or 2913691. OLE color: 2913691.

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

Color convert

RGB 155 117 44 -
CMYK 0 0.25 0.72 0.39
HSL 39.46º 0.56% 0.39% -
HSV(B) 39.46º 0.72% 0.61% -
XYZ 20.33 19.87 5.15 -
YUV 120.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 155 117 44 0 0.25 0.72 0.39 39.46 0.56 0.39
Hex 9B 75 2C 0 19 48 27 27 38 27
Octal 233 165 54 0 31 110 47 47 70 47
Binary 10011011 1110101 101100 0 11001 1001000 100111 100111 111000 100111

Color Harmonies of #9B752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B752C

Black with #9B752C

Text Example


Text Example

White with #9B752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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