Html Css Color HEX #9B702B Buttered Rum

📋 copy color: '#9B702B'

red 155 ◦ green 112 ◦ blue 43

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

Shades of Buttered Rum #9B702B

Tints of Buttered Rum #9B702B

RGB

 RED value IS 155 (60.94% from 255) = 50%

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

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

R = 50%
G = 36.13%
B = 13.87%

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

#9B702B (or 0x9B702B) is known color: Buttered Rum. HEX triplet: 9B, 70 and 2B. RGB value is (155,112,43). Sum of RGB (Red+Green+Blue) = 155+112+43=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B702B is #648FD4. Grayscale: #757575. Windows color (decimal): -6590421 or 2846875. OLE color: 2846875.

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

Color convert

RGB 155 112 43 -
CMYK 0 0.28 0.72 0.39
HSL 36.96º 0.57% 0.39% -
HSV(B) 36.96º 0.72% 0.61% -
XYZ 19.75 18.73 4.86 -
YUV 116.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 155 112 43 0 0.28 0.72 0.39 36.96 0.57 0.39
Hex 9B 70 2B 0 1C 48 27 25 39 27
Octal 233 160 53 0 34 110 47 45 71 47
Binary 10011011 1110000 101011 0 11100 1001000 100111 100101 111001 100111

Color Harmonies of #9B702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B702B

Black with #9B702B

Text Example


Text Example

White with #9B702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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