Html Css Color HEX #9C7338 Buttered Rum

📋 copy color: '#9C7338'

red 156 ◦ green 115 ◦ blue 56

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

Shades of Buttered Rum #9C7338

Tints of Buttered Rum #9C7338

RGB

 RED value IS 156 (61.33% from 255) = 47.71%

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

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

R = 47.71%
G = 35.17%
B = 17.13%

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

#9C7338 (or 0x9C7338) is known color: Buttered Rum. HEX triplet: 9C, 73 and 38. RGB value is (156,115,56). Sum of RGB (Red+Green+Blue) = 156+115+56=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7338 is #638CC7. Grayscale: #787878. Windows color (decimal): -6524104 or 3699612. OLE color: 3699612.

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

Color convert

RGB 156 115 56 -
CMYK 0 0.26 0.64 0.39
HSL 35.4º 0.47% 0.42% -
HSV(B) 35.4º 0.64% 0.61% -
XYZ 20.55 19.61 6.44 -
YUV 120.53 91.58 153.3 -
System Red Green Blue C M Y K H S L
Decimal 156 115 56 0 0.26 0.64 0.39 35.4 0.47 0.42
Hex 9C 73 38 0 1A 40 27 23 2F 2A
Octal 234 163 70 0 32 100 47 43 57 52
Binary 10011100 1110011 111000 0 11010 1000000 100111 100011 101111 101010

Color Harmonies of #9C7338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7338

Black with #9C7338

Text Example


Text Example

White with #9C7338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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