Html Css Color HEX #95743D Buttered Rum

📋 copy color: '#95743D'

red 149 ◦ green 116 ◦ blue 61

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

Shades of Buttered Rum #95743D

Tints of Buttered Rum #95743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 61 (24.22% from 255) = 18.71%

R = 45.71%
G = 35.58%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#95743D (or 0x95743D) is known color: Buttered Rum. HEX triplet: 95, 74 and 3D. RGB value is (149,116,61). Sum of RGB (Red+Green+Blue) = 149+116+61=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95743D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95743D is #6A8BC2. Grayscale: #777777. Windows color (decimal): -6982595 or 4027541. OLE color: 4027541.

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

Color convert

RGB 149 116 61 -
CMYK 0 0.22 0.59 0.42
HSL 37.5º 0.42% 0.41% -
HSV(B) 37.5º 0.59% 0.58% -
XYZ 19.48 19.22 7.1 -
YUV 119.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 149 116 61 0 0.22 0.59 0.42 37.5 0.42 0.41
Hex 95 74 3D 0 16 3B 2A 26 2A 29
Octal 225 164 75 0 26 73 52 46 52 51
Binary 10010101 1110100 111101 0 10110 111011 101010 100110 101010 101001

Color Harmonies of #95743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95743D

Black with #95743D

Text Example


Text Example

White with #95743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95743D; }

 p { color: rgb(149,116,61); }

 H1.HeaderClassName
 {
   color: #95743D;
 }
 .AnyTagClassName
 {
   color: #95743D;
 }
</style>

background-color css

<style>
 a { background-color: #95743D; }

 a { background-color: rgb(149,116,61); }

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

border-color css

<style>
 span { border-color: #95743D; }

 span { border-color: rgb(149,116,61); }

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