Html Css Color HEX #9A702B Buttered Rum

📋 copy color: '#9A702B'

red 154 ◦ green 112 ◦ blue 43

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

Shades of Buttered Rum #9A702B

Tints of Buttered Rum #9A702B

RGB

 RED value IS 154 (60.55% from 255) = 49.84%

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

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

R = 49.84%
G = 36.25%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#9A702B (or 0x9A702B) is known color: Buttered Rum. HEX triplet: 9A, 70 and 2B. RGB value is (154,112,43). Sum of RGB (Red+Green+Blue) = 154+112+43=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A702B is #658FD4. Grayscale: #757575. Windows color (decimal): -6655957 or 2846874. OLE color: 2846874.

HSL color Cylindrical-coordinate representation of color #9A702B: hue angle of 37.3º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A702B is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 112 43 -
CMYK 0 0.27 0.72 0.40
HSL 37.3º 0.56% 0.39% -
HSV(B) 37.3º 0.72% 0.6% -
XYZ 19.56 18.63 4.85 -
YUV 116.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 154 112 43 0 0.27 0.72 0.40 37.3 0.56 0.39
Hex 9A 70 2B 0 1B 48 28 25 38 27
Octal 232 160 53 0 33 110 50 45 70 47
Binary 10011010 1110000 101011 0 11011 1001000 101000 100101 111000 100111

Color Harmonies of #9A702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A702B

Black with #9A702B

Text Example


Text Example

White with #9A702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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