Html Css Color HEX #8D725F Beaver

📋 copy color: '#8D725F'

red 141 ◦ green 114 ◦ blue 95

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

Shades of Beaver #8D725F

Tints of Beaver #8D725F

RGB

 RED value IS 141 (55.47% from 255) = 40.29%

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

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 40.29%
G = 32.57%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D725F (or 0x8D725F) is known color: Beaver. HEX triplet: 8D, 72 and 5F. RGB value is (141,114,95). Sum of RGB (Red+Green+Blue) = 141+114+95=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D725F is #728DA0. Grayscale: #787878. Windows color (decimal): -7507361 or 6255245. OLE color: 6255245.

HSL color Cylindrical-coordinate representation of color #8D725F: hue angle of 24.78º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D725F is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 114 95 -
CMYK 0 0.19 0.33 0.45
HSL 24.78º 0.19% 0.46% -
HSV(B) 24.78º 0.33% 0.55% -
XYZ 19.07 18.52 13.4 -
YUV 119.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 141 114 95 0 0.19 0.33 0.45 24.78 0.19 0.46
Hex 8D 72 5F 0 13 21 2D 19 13 2E
Octal 215 162 137 0 23 41 55 31 23 56
Binary 10001101 1110010 1011111 0 10011 100001 101101 11001 10011 101110

Color Harmonies of #8D725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D725F

Black with #8D725F

Text Example


Text Example

White with #8D725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D725F; }

 p { color: rgb(141,114,95); }

 H1.HeaderClassName
 {
   color: #8D725F;
 }
 .AnyTagClassName
 {
   color: #8D725F;
 }
</style>

background-color css

<style>
 a { background-color: #8D725F; }

 a { background-color: rgb(141,114,95); }

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

border-color css

<style>
 span { border-color: #8D725F; }

 span { border-color: rgb(141,114,95); }

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