Html Css Color HEX #9B753F Buttered Rum

📋 copy color: '#9B753F'

red 155 ◦ green 117 ◦ blue 63

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

Shades of Buttered Rum #9B753F

Tints of Buttered Rum #9B753F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.81%

R = 46.27%
G = 34.93%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B753F (or 0x9B753F) is known color: Buttered Rum. HEX triplet: 9B, 75 and 3F. RGB value is (155,117,63). Sum of RGB (Red+Green+Blue) = 155+117+63=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B753F is #648AC0. Grayscale: #7A7A7A. Windows color (decimal): -6589121 or 4158875. OLE color: 4158875.

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

Color convert

RGB 155 117 63 -
CMYK 0 0.25 0.59 0.39
HSL 35.22º 0.42% 0.43% -
HSV(B) 35.22º 0.59% 0.61% -
XYZ 20.78 20.05 7.48 -
YUV 122.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 155 117 63 0 0.25 0.59 0.39 35.22 0.42 0.43
Hex 9B 75 3F 0 19 3B 27 23 2A 2B
Octal 233 165 77 0 31 73 47 43 52 53
Binary 10011011 1110101 111111 0 11001 111011 100111 100011 101010 101011

Color Harmonies of #9B753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B753F

Black with #9B753F

Text Example


Text Example

White with #9B753F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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