Html Css Color HEX #8C725C Beaver

📋 copy color: '#8C725C'

red 140 ◦ green 114 ◦ blue 92

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

Shades of Beaver #8C725C

Tints of Beaver #8C725C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.59%

R = 40.46%
G = 32.95%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C725C (or 0x8C725C) is known color: Beaver. HEX triplet: 8C, 72 and 5C. RGB value is (140,114,92). Sum of RGB (Red+Green+Blue) = 140+114+92=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C725C is #738DA3. Grayscale: #777777. Windows color (decimal): -7572900 or 6058636. OLE color: 6058636.

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

Color convert

RGB 140 114 92 -
CMYK 0 0.19 0.34 0.45
HSL 27.5º 0.21% 0.45% -
HSV(B) 27.5º 0.34% 0.55% -
XYZ 18.76 18.38 12.68 -
YUV 119.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 140 114 92 0 0.19 0.34 0.45 27.5 0.21 0.45
Hex 8C 72 5C 0 13 22 2D 1C 15 2D
Octal 214 162 134 0 23 42 55 34 25 55
Binary 10001100 1110010 1011100 0 10011 100010 101101 11100 10101 101101

Color Harmonies of #8C725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C725C

Black with #8C725C

Text Example


Text Example

White with #8C725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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