Html Css Color HEX #8C725E Beaver

📋 copy color: '#8C725E'

red 140 ◦ green 114 ◦ blue 94

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

Shades of Beaver #8C725E

Tints of Beaver #8C725E

RGB

 RED value IS 140 (55.08% from 255) = 40.23%

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

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 40.23%
G = 32.76%
B = 27.01%

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

#8C725E (or 0x8C725E) is known color: Beaver. HEX triplet: 8C, 72 and 5E. RGB value is (140,114,94). Sum of RGB (Red+Green+Blue) = 140+114+94=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C725E is #738DA1. Grayscale: #777777. Windows color (decimal): -7572898 or 6189708. OLE color: 6189708.

HSL color Cylindrical-coordinate representation of color #8C725E: hue angle of 26.09º degrees, saturation: 0.2, 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 #8C725E is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 114 94 -
CMYK 0 0.19 0.33 0.45
HSL 26.09º 0.2% 0.46% -
HSV(B) 26.09º 0.33% 0.55% -
XYZ 18.85 18.42 13.15 -
YUV 119.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 140 114 94 0 0.19 0.33 0.45 26.09 0.2 0.46
Hex 8C 72 5E 0 13 21 2D 1A 14 2E
Octal 214 162 136 0 23 41 55 32 24 56
Binary 10001100 1110010 1011110 0 10011 100001 101101 11010 10100 101110

Color Harmonies of #8C725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C725E

Black with #8C725E

Text Example


Text Example

White with #8C725E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,114,94); }

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

background-color css

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

 a { background-color: rgb(140,114,94); }

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

border-color css

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

 span { border-color: rgb(140,114,94); }

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