Html Css Color HEX #95743C Buttered Rum

📋 copy color: '#95743C'

red 149 ◦ green 116 ◦ blue 60

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

Shades of Buttered Rum #95743C

Tints of Buttered Rum #95743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 45.85%
G = 35.69%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95743C (or 0x95743C) is known color: Buttered Rum. HEX triplet: 95, 74 and 3C. RGB value is (149,116,60). Sum of RGB (Red+Green+Blue) = 149+116+60=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95743C is #6A8BC3. Grayscale: #777777. Windows color (decimal): -6982596 or 3962005. OLE color: 3962005.

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

Color convert

RGB 149 116 60 -
CMYK 0 0.22 0.60 0.42
HSL 37.75º 0.43% 0.41% -
HSV(B) 37.75º 0.6% 0.58% -
XYZ 19.46 19.21 6.96 -
YUV 119.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 149 116 60 0 0.22 0.60 0.42 37.75 0.43 0.41
Hex 95 74 3C 0 16 3C 2A 26 2B 29
Octal 225 164 74 0 26 74 52 46 53 51
Binary 10010101 1110100 111100 0 10110 111100 101010 100110 101011 101001

Color Harmonies of #95743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95743C

Black with #95743C

Text Example


Text Example

White with #95743C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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