Html Css Color HEX #957230 Buttered Rum

📋 copy color: '#957230'

red 149 ◦ green 114 ◦ blue 48

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

Shades of Buttered Rum #957230

Tints of Buttered Rum #957230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.66%

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

R = 47.91%
G = 36.66%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#957230 (or 0x957230) is known color: Buttered Rum. HEX triplet: 95, 72 and 30. RGB value is (149,114,48). Sum of RGB (Red+Green+Blue) = 149+114+48=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #957230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957230 is #6A8DCF. Grayscale: #757575. Windows color (decimal): -6983120 or 3175061. OLE color: 3175061.

HSL color Cylindrical-coordinate representation of color #957230: hue angle of 39.21º 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 #957230 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 48 -
CMYK 0 0.23 0.68 0.42
HSL 39.21º 0.51% 0.39% -
HSV(B) 39.21º 0.68% 0.58% -
XYZ 18.95 18.64 5.4 -
YUV 116.94 89.1 150.87 -
System Red Green Blue C M Y K H S L
Decimal 149 114 48 0 0.23 0.68 0.42 39.21 0.51 0.39
Hex 95 72 30 0 17 44 2A 27 33 27
Octal 225 162 60 0 27 104 52 47 63 47
Binary 10010101 1110010 110000 0 10111 1000100 101010 100111 110011 100111

Color Harmonies of #957230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957230

Black with #957230

Text Example


Text Example

White with #957230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957230; }

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

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

background-color css

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

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

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

border-color css

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

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

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