Html Css Color HEX #956830 Buttered Rum

📋 copy color: '#956830'

red 149 ◦ green 104 ◦ blue 48

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

Shades of Buttered Rum #956830

Tints of Buttered Rum #956830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.55%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 49.5%
G = 34.55%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#956830 (or 0x956830) is known color: Buttered Rum. HEX triplet: 95, 68 and 30. RGB value is (149,104,48). Sum of RGB (Red+Green+Blue) = 149+104+48=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #956830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956830 is #6A97CF. Grayscale: #6F6F6F. Windows color (decimal): -6985680 or 3172501. OLE color: 3172501.

HSL color Cylindrical-coordinate representation of color #956830: hue angle of 33.27º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #956830 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 48 -
CMYK 0 0.30 0.68 0.42
HSL 33.27º 0.51% 0.39% -
HSV(B) 33.27º 0.68% 0.58% -
XYZ 17.88 16.5 5.04 -
YUV 111.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 149 104 48 0 0.30 0.68 0.42 33.27 0.51 0.39
Hex 95 68 30 0 1E 44 2A 21 33 27
Octal 225 150 60 0 36 104 52 41 63 47
Binary 10010101 1101000 110000 0 11110 1000100 101010 100001 110011 100111

Color Harmonies of #956830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956830

Black with #956830

Text Example


Text Example

White with #956830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956830; }

 p { color: rgb(149,104,48); }

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

background-color css

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

 a { background-color: rgb(149,104,48); }

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

border-color css

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

 span { border-color: rgb(149,104,48); }

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