Html Css Color HEX #9C7E38 Buttered Rum

📋 copy color: '#9C7E38'

red 156 ◦ green 126 ◦ blue 56

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

Shades of Buttered Rum #9C7E38

Tints of Buttered Rum #9C7E38

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

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

R = 46.15%
G = 37.28%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#9C7E38 (or 0x9C7E38) is known color: Buttered Rum. HEX triplet: 9C, 7E and 38. RGB value is (156,126,56). Sum of RGB (Red+Green+Blue) = 156+126+56=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7E38 is #6381C7. Grayscale: #7F7F7F. Windows color (decimal): -6521288 or 3702428. OLE color: 3702428.

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

Color convert

RGB 156 126 56 -
CMYK 0 0.19 0.64 0.39
HSL 42º 0.47% 0.42% -
HSV(B) 42º 0.64% 0.61% -
XYZ 21.88 22.28 6.89 -
YUV 126.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 156 126 56 0 0.19 0.64 0.39 42 0.47 0.42
Hex 9C 7E 38 0 13 40 27 2A 2F 2A
Octal 234 176 70 0 23 100 47 52 57 52
Binary 10011100 1111110 111000 0 10011 1000000 100111 101010 101111 101010

Color Harmonies of #9C7E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7E38

Black with #9C7E38

Text Example


Text Example

White with #9C7E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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