Html Css Color HEX #94702F Buttered Rum

📋 copy color: '#94702F'

red 148 ◦ green 112 ◦ blue 47

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

Shades of Buttered Rum #94702F

Tints of Buttered Rum #94702F

RGB

 RED value IS 148 (58.2% from 255) = 48.21%

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

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

R = 48.21%
G = 36.48%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#94702F (or 0x94702F) is known color: Buttered Rum. HEX triplet: 94, 70 and 2F. RGB value is (148,112,47). Sum of RGB (Red+Green+Blue) = 148+112+47=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94702F is #6B8FD0. Grayscale: #737373. Windows color (decimal): -7049169 or 3109012. OLE color: 3109012.

HSL color Cylindrical-coordinate representation of color #94702F: hue angle of 38.61º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94702F is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 47 -
CMYK 0 0.24 0.68 0.42
HSL 38.61º 0.52% 0.38% -
HSV(B) 38.61º 0.68% 0.58% -
XYZ 18.52 18.09 5.2 -
YUV 115.35 89.43 151.29 -
System Red Green Blue C M Y K H S L
Decimal 148 112 47 0 0.24 0.68 0.42 38.61 0.52 0.38
Hex 94 70 2F 0 18 44 2A 27 34 26
Octal 224 160 57 0 30 104 52 47 64 46
Binary 10010100 1110000 101111 0 11000 1000100 101010 100111 110100 100110

Color Harmonies of #94702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94702F

Black with #94702F

Text Example


Text Example

White with #94702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94702F; }

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

 H1.HeaderClassName
 {
   color: #94702F;
 }
 .AnyTagClassName
 {
   color: #94702F;
 }
</style>

background-color css

<style>
 a { background-color: #94702F; }

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

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

border-color css

<style>
 span { border-color: #94702F; }

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

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