Html Css Color HEX #95713F Buttered Rum

📋 copy color: '#95713F'

red 149 ◦ green 113 ◦ blue 63

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

Shades of Buttered Rum #95713F

Tints of Buttered Rum #95713F

RGB

 RED value IS 149 (58.59% from 255) = 45.85%

 GREEN value IS 113 (44.53% from 255) = 34.77%

 BLUE value IS 63 (25% from 255) = 19.38%

R = 45.85%
G = 34.77%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95713F (or 0x95713F) is known color: Buttered Rum. HEX triplet: 95, 71 and 3F. RGB value is (149,113,63). Sum of RGB (Red+Green+Blue) = 149+113+63=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95713F is #6A8EC0. Grayscale: #767676. Windows color (decimal): -6983361 or 4157845. OLE color: 4157845.

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

Color convert

RGB 149 113 63 -
CMYK 0 0.24 0.58 0.42
HSL 34.88º 0.41% 0.42% -
HSV(B) 34.88º 0.58% 0.58% -
XYZ 19.2 18.56 7.27 -
YUV 118.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 149 113 63 0 0.24 0.58 0.42 34.88 0.41 0.42
Hex 95 71 3F 0 18 3A 2A 23 29 2A
Octal 225 161 77 0 30 72 52 43 51 52
Binary 10010101 1110001 111111 0 11000 111010 101010 100011 101001 101010

Color Harmonies of #95713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95713F

Black with #95713F

Text Example


Text Example

White with #95713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,113,63); }

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

background-color css

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

 a { background-color: rgb(149,113,63); }

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

border-color css

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

 span { border-color: rgb(149,113,63); }

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