Html Css Color HEX #95753C Buttered Rum

📋 copy color: '#95753C'

red 149 ◦ green 117 ◦ blue 60

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

Shades of Buttered Rum #95753C

Tints of Buttered Rum #95753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.89%

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

R = 45.71%
G = 35.89%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95753C (or 0x95753C) is known color: Buttered Rum. HEX triplet: 95, 75 and 3C. RGB value is (149,117,60). Sum of RGB (Red+Green+Blue) = 149+117+60=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95753C is #6A8AC3. Grayscale: #787878. Windows color (decimal): -6982340 or 3962261. OLE color: 3962261.

HSL color Cylindrical-coordinate representation of color #95753C: hue angle of 38.43º 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 #95753C is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 60 -
CMYK 0 0.21 0.60 0.42
HSL 38.43º 0.43% 0.41% -
HSV(B) 38.43º 0.6% 0.58% -
XYZ 19.57 19.44 7 -
YUV 120.07 94.1 148.63 -
System Red Green Blue C M Y K H S L
Decimal 149 117 60 0 0.21 0.60 0.42 38.43 0.43 0.41
Hex 95 75 3C 0 15 3C 2A 26 2B 29
Octal 225 165 74 0 25 74 52 46 53 51
Binary 10010101 1110101 111100 0 10101 111100 101010 100110 101011 101001

Color Harmonies of #95753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95753C

Black with #95753C

Text Example


Text Example

White with #95753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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