Html Css Color HEX #9B702F Buttered Rum

📋 copy color: '#9B702F'

red 155 ◦ green 112 ◦ blue 47

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

Shades of Buttered Rum #9B702F

Tints of Buttered Rum #9B702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.97%

R = 49.36%
G = 35.67%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B702F (or 0x9B702F) is known color: Buttered Rum. HEX triplet: 9B, 70 and 2F. RGB value is (155,112,47). Sum of RGB (Red+Green+Blue) = 155+112+47=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B702F is #648FD0. Grayscale: #757575. Windows color (decimal): -6590417 or 3109019. OLE color: 3109019.

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

Color convert

RGB 155 112 47 -
CMYK 0 0.28 0.70 0.39
HSL 36.11º 0.53% 0.4% -
HSV(B) 36.11º 0.7% 0.61% -
XYZ 19.82 18.76 5.27 -
YUV 117.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 155 112 47 0 0.28 0.70 0.39 36.11 0.53 0.4
Hex 9B 70 2F 0 1C 46 27 24 35 28
Octal 233 160 57 0 34 106 47 44 65 50
Binary 10011011 1110000 101111 0 11100 1000110 100111 100100 110101 101000

Color Harmonies of #9B702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B702F

Black with #9B702F

Text Example


Text Example

White with #9B702F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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