Html Css Color HEX #9B7338 Buttered Rum

📋 copy color: '#9B7338'

red 155 ◦ green 115 ◦ blue 56

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

Shades of Buttered Rum #9B7338

Tints of Buttered Rum #9B7338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.28%

 BLUE value IS 56 (22.27% from 255) = 17.18%

R = 47.55%
G = 35.28%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#9B7338 (or 0x9B7338) is known color: Buttered Rum. HEX triplet: 9B, 73 and 38. RGB value is (155,115,56). Sum of RGB (Red+Green+Blue) = 155+115+56=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7338 is #648CC7. Grayscale: #787878. Windows color (decimal): -6589640 or 3699611. OLE color: 3699611.

HSL color Cylindrical-coordinate representation of color #9B7338: hue angle of 35.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B7338 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 115 56 -
CMYK 0 0.26 0.64 0.39
HSL 35.76º 0.47% 0.41% -
HSV(B) 35.76º 0.64% 0.61% -
XYZ 20.36 19.52 6.44 -
YUV 120.23 91.75 152.8 -
System Red Green Blue C M Y K H S L
Decimal 155 115 56 0 0.26 0.64 0.39 35.76 0.47 0.41
Hex 9B 73 38 0 1A 40 27 24 2F 29
Octal 233 163 70 0 32 100 47 44 57 51
Binary 10011011 1110011 111000 0 11010 1000000 100111 100100 101111 101001

Color Harmonies of #9B7338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7338

Black with #9B7338

Text Example


Text Example

White with #9B7338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,115,56); }

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

background-color css

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

 a { background-color: rgb(155,115,56); }

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

border-color css

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

 span { border-color: rgb(155,115,56); }

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