Html Css Color HEX #95783D Buttered Rum

📋 copy color: '#95783D'

red 149 ◦ green 120 ◦ blue 61

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

Shades of Buttered Rum #95783D

Tints of Buttered Rum #95783D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

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

R = 45.15%
G = 36.36%
B = 18.48%

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

#95783D (or 0x95783D) is known color: Buttered Rum. HEX triplet: 95, 78 and 3D. RGB value is (149,120,61). Sum of RGB (Red+Green+Blue) = 149+120+61=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #95783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95783D is #6A87C2. Grayscale: #7A7A7A. Windows color (decimal): -6981571 or 4028565. OLE color: 4028565.

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

Color convert

RGB 149 120 61 -
CMYK 0 0.19 0.59 0.42
HSL 40.23º 0.42% 0.41% -
HSV(B) 40.23º 0.59% 0.58% -
XYZ 19.95 20.16 7.25 -
YUV 121.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 149 120 61 0 0.19 0.59 0.42 40.23 0.42 0.41
Hex 95 78 3D 0 13 3B 2A 28 2A 29
Octal 225 170 75 0 23 73 52 50 52 51
Binary 10010101 1111000 111101 0 10011 111011 101010 101000 101010 101001

Color Harmonies of #95783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95783D

Black with #95783D

Text Example


Text Example

White with #95783D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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