Html Css Color HEX #9C7A34 Buttered Rum

📋 copy color: '#9C7A34'

red 156 ◦ green 122 ◦ blue 52

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

Shades of Buttered Rum #9C7A34

Tints of Buttered Rum #9C7A34

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.97%

 BLUE value IS 52 (20.7% from 255) = 15.76%

R = 47.27%
G = 36.97%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9C7A34 (or 0x9C7A34) is known color: Buttered Rum. HEX triplet: 9C, 7A and 34. RGB value is (156,122,52). Sum of RGB (Red+Green+Blue) = 156+122+52=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7A34 is #6385CB. Grayscale: #7C7C7C. Windows color (decimal): -6522316 or 3439260. OLE color: 3439260.

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

Color convert

RGB 156 122 52 -
CMYK 0 0.22 0.67 0.39
HSL 40.38º 0.5% 0.41% -
HSV(B) 40.38º 0.67% 0.61% -
XYZ 21.29 21.23 6.23 -
YUV 124.19 87.26 150.69 -
System Red Green Blue C M Y K H S L
Decimal 156 122 52 0 0.22 0.67 0.39 40.38 0.5 0.41
Hex 9C 7A 34 0 16 43 27 28 32 29
Octal 234 172 64 0 26 103 47 50 62 51
Binary 10011100 1111010 110100 0 10110 1000011 100111 101000 110010 101001

Color Harmonies of #9C7A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7A34

Black with #9C7A34

Text Example


Text Example

White with #9C7A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,122,52); }

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

background-color css

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

 a { background-color: rgb(156,122,52); }

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

border-color css

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

 span { border-color: rgb(156,122,52); }

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