Html Css Color HEX #95733D Buttered Rum

📋 copy color: '#95733D'

red 149 ◦ green 115 ◦ blue 61

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

Shades of Buttered Rum #95733D

Tints of Buttered Rum #95733D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.38%

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

R = 45.85%
G = 35.38%
B = 18.77%

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

#95733D (or 0x95733D) is known color: Buttered Rum. HEX triplet: 95, 73 and 3D. RGB value is (149,115,61). Sum of RGB (Red+Green+Blue) = 149+115+61=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95733D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95733D is #6A8CC2. Grayscale: #777777. Windows color (decimal): -6982851 or 4027285. OLE color: 4027285.

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

Color convert

RGB 149 115 61 -
CMYK 0 0.23 0.59 0.42
HSL 36.82º 0.42% 0.41% -
HSV(B) 36.82º 0.59% 0.58% -
XYZ 19.37 18.99 7.06 -
YUV 119.01 95.26 149.39 -
System Red Green Blue C M Y K H S L
Decimal 149 115 61 0 0.23 0.59 0.42 36.82 0.42 0.41
Hex 95 73 3D 0 17 3B 2A 25 2A 29
Octal 225 163 75 0 27 73 52 45 52 51
Binary 10010101 1110011 111101 0 10111 111011 101010 100101 101010 101001

Color Harmonies of #95733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95733D

Black with #95733D

Text Example


Text Example

White with #95733D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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