Html Css Color HEX #95793D Buttered Rum

📋 copy color: '#95793D'

red 149 ◦ green 121 ◦ blue 61

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

Shades of Buttered Rum #95793D

Tints of Buttered Rum #95793D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.56%

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

R = 45.02%
G = 36.56%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#95793D (or 0x95793D) is known color: Buttered Rum. HEX triplet: 95, 79 and 3D. RGB value is (149,121,61). Sum of RGB (Red+Green+Blue) = 149+121+61=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #95793D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95793D is #6A86C2. Grayscale: #7A7A7A. Windows color (decimal): -6981315 or 4028821. OLE color: 4028821.

HSL color Cylindrical-coordinate representation of color #95793D: hue angle of 40.91º 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 #95793D is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 61 -
CMYK 0 0.19 0.59 0.42
HSL 40.91º 0.42% 0.41% -
HSV(B) 40.91º 0.59% 0.58% -
XYZ 20.07 20.4 7.29 -
YUV 122.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 149 121 61 0 0.19 0.59 0.42 40.91 0.42 0.41
Hex 95 79 3D 0 13 3B 2A 29 2A 29
Octal 225 171 75 0 23 73 52 51 52 51
Binary 10010101 1111001 111101 0 10011 111011 101010 101001 101010 101001

Color Harmonies of #95793D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95793D

Black with #95793D

Text Example


Text Example

White with #95793D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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