Html Css Color HEX #95763A Buttered Rum

📋 copy color: '#95763A'

red 149 ◦ green 118 ◦ blue 58

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

Shades of Buttered Rum #95763A

Tints of Buttered Rum #95763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

 BLUE value IS 58 (23.05% from 255) = 17.85%

R = 45.85%
G = 36.31%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#95763A (or 0x95763A) is known color: Buttered Rum. HEX triplet: 95, 76 and 3A. RGB value is (149,118,58). Sum of RGB (Red+Green+Blue) = 149+118+58=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95763A is #6A89C5. Grayscale: #787878. Windows color (decimal): -6982086 or 3831445. OLE color: 3831445.

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

Color convert

RGB 149 118 58 -
CMYK 0 0.21 0.61 0.42
HSL 39.56º 0.44% 0.41% -
HSV(B) 39.56º 0.61% 0.58% -
XYZ 19.64 19.65 6.76 -
YUV 120.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 149 118 58 0 0.21 0.61 0.42 39.56 0.44 0.41
Hex 95 76 3A 0 15 3D 2A 28 2C 29
Octal 225 166 72 0 25 75 52 50 54 51
Binary 10010101 1110110 111010 0 10101 111101 101010 101000 101100 101001

Color Harmonies of #95763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95763A

Black with #95763A

Text Example


Text Example

White with #95763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95763A; }

 p { color: rgb(149,118,58); }

 H1.HeaderClassName
 {
   color: #95763A;
 }
 .AnyTagClassName
 {
   color: #95763A;
 }
</style>

background-color css

<style>
 a { background-color: #95763A; }

 a { background-color: rgb(149,118,58); }

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

border-color css

<style>
 span { border-color: #95763A; }

 span { border-color: rgb(149,118,58); }

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