Html Css Color HEX #95723D Buttered Rum

📋 copy color: '#95723D'

red 149 ◦ green 114 ◦ blue 61

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

Shades of Buttered Rum #95723D

Tints of Buttered Rum #95723D

RGB

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

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

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

R = 45.99%
G = 35.19%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#95723D (or 0x95723D) is known color: Buttered Rum. HEX triplet: 95, 72 and 3D. RGB value is (149,114,61). Sum of RGB (Red+Green+Blue) = 149+114+61=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95723D is #6A8DC2. Grayscale: #767676. Windows color (decimal): -6983107 or 4027029. OLE color: 4027029.

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

Color convert

RGB 149 114 61 -
CMYK 0 0.23 0.59 0.42
HSL 36.14º 0.42% 0.41% -
HSV(B) 36.14º 0.59% 0.58% -
XYZ 19.25 18.76 7.02 -
YUV 118.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 149 114 61 0 0.23 0.59 0.42 36.14 0.42 0.41
Hex 95 72 3D 0 17 3B 2A 24 2A 29
Octal 225 162 75 0 27 73 52 44 52 51
Binary 10010101 1110010 111101 0 10111 111011 101010 100100 101010 101001

Color Harmonies of #95723D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95723D

Black with #95723D

Text Example


Text Example

White with #95723D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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