Html Css Color HEX #95723E Buttered Rum

📋 copy color: '#95723E'

red 149 ◦ green 114 ◦ blue 62

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

Shades of Buttered Rum #95723E

Tints of Buttered Rum #95723E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.08%

R = 45.85%
G = 35.08%
B = 19.08%

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

#95723E (or 0x95723E) is known color: Buttered Rum. HEX triplet: 95, 72 and 3E. RGB value is (149,114,62). Sum of RGB (Red+Green+Blue) = 149+114+62=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95723E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95723E is #6A8DC1. Grayscale: #767676. Windows color (decimal): -6983106 or 4092565. OLE color: 4092565.

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

Color convert

RGB 149 114 62 -
CMYK 0 0.23 0.58 0.42
HSL 35.86º 0.41% 0.41% -
HSV(B) 35.86º 0.58% 0.58% -
XYZ 19.28 18.77 7.16 -
YUV 118.54 96.1 149.73 -
System Red Green Blue C M Y K H S L
Decimal 149 114 62 0 0.23 0.58 0.42 35.86 0.41 0.41
Hex 95 72 3E 0 17 3A 2A 24 29 29
Octal 225 162 76 0 27 72 52 44 51 51
Binary 10010101 1110010 111110 0 10111 111010 101010 100100 101001 101001

Color Harmonies of #95723E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95723E

Black with #95723E

Text Example


Text Example

White with #95723E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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