Html Css Color HEX #9C702B Buttered Rum

📋 copy color: '#9C702B'

red 156 ◦ green 112 ◦ blue 43

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

Shades of Buttered Rum #9C702B

Tints of Buttered Rum #9C702B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 50.16%
G = 36.01%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C702B (or 0x9C702B) is known color: Buttered Rum. HEX triplet: 9C, 70 and 2B. RGB value is (156,112,43). Sum of RGB (Red+Green+Blue) = 156+112+43=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C702B is #638FD4. Grayscale: #757575. Windows color (decimal): -6524885 or 2846876. OLE color: 2846876.

HSL color Cylindrical-coordinate representation of color #9C702B: hue angle of 36.64º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C702B is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 112 43 -
CMYK 0 0.28 0.72 0.39
HSL 36.64º 0.57% 0.39% -
HSV(B) 36.64º 0.72% 0.61% -
XYZ 19.94 18.83 4.87 -
YUV 117.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 156 112 43 0 0.28 0.72 0.39 36.64 0.57 0.39
Hex 9C 70 2B 0 1C 48 27 25 39 27
Octal 234 160 53 0 34 110 47 45 71 47
Binary 10011100 1110000 101011 0 11100 1001000 100111 100101 111001 100111

Color Harmonies of #9C702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C702B

Black with #9C702B

Text Example


Text Example

White with #9C702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,112,43); }

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

background-color css

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

 a { background-color: rgb(156,112,43); }

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

border-color css

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

 span { border-color: rgb(156,112,43); }

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