Html Css Color HEX #95702D Buttered Rum

📋 copy color: '#95702D'

red 149 ◦ green 112 ◦ blue 45

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

Shades of Buttered Rum #95702D

Tints of Buttered Rum #95702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.6%

 BLUE value IS 45 (17.97% from 255) = 14.71%

R = 48.69%
G = 36.6%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95702D (or 0x95702D) is known color: Buttered Rum. HEX triplet: 95, 70 and 2D. RGB value is (149,112,45). Sum of RGB (Red+Green+Blue) = 149+112+45=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #95702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95702D is #6A8FD2. Grayscale: #737373. Windows color (decimal): -6983635 or 2977941. OLE color: 2977941.

HSL color Cylindrical-coordinate representation of color #95702D: hue angle of 38.65º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95702D is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 45 -
CMYK 0 0.25 0.70 0.42
HSL 38.65º 0.54% 0.38% -
HSV(B) 38.65º 0.7% 0.58% -
XYZ 18.66 18.17 5.01 -
YUV 115.43 88.26 151.95 -
System Red Green Blue C M Y K H S L
Decimal 149 112 45 0 0.25 0.70 0.42 38.65 0.54 0.38
Hex 95 70 2D 0 19 46 2A 27 36 26
Octal 225 160 55 0 31 106 52 47 66 46
Binary 10010101 1110000 101101 0 11001 1000110 101010 100111 110110 100110

Color Harmonies of #95702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95702D

Black with #95702D

Text Example


Text Example

White with #95702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,112,45); }

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

background-color css

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

 a { background-color: rgb(149,112,45); }

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

border-color css

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

 span { border-color: rgb(149,112,45); }

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