Html Css Color HEX #95723F Buttered Rum

📋 copy color: '#95723F'

red 149 ◦ green 114 ◦ blue 63

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

Shades of Buttered Rum #95723F

Tints of Buttered Rum #95723F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.33%

R = 45.71%
G = 34.97%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95723F (or 0x95723F) is known color: Buttered Rum. HEX triplet: 95, 72 and 3F. RGB value is (149,114,63). Sum of RGB (Red+Green+Blue) = 149+114+63=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95723F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95723F is #6A8DC0. Grayscale: #767676. Windows color (decimal): -6983105 or 4158101. OLE color: 4158101.

HSL color Cylindrical-coordinate representation of color #95723F: hue angle of 35.58º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95723F is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 63 -
CMYK 0 0.23 0.58 0.42
HSL 35.58º 0.41% 0.42% -
HSV(B) 35.58º 0.58% 0.58% -
XYZ 19.31 18.78 7.31 -
YUV 118.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 149 114 63 0 0.23 0.58 0.42 35.58 0.41 0.42
Hex 95 72 3F 0 17 3A 2A 24 29 2A
Octal 225 162 77 0 27 72 52 44 51 52
Binary 10010101 1110010 111111 0 10111 111010 101010 100100 101001 101010

Color Harmonies of #95723F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95723F

Black with #95723F

Text Example


Text Example

White with #95723F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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