Html Css Color HEX #8D735E Beaver

📋 copy color: '#8D735E'

red 141 ◦ green 115 ◦ blue 94

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

Shades of Beaver #8D735E

Tints of Beaver #8D735E

RGB

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

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

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

R = 40.29%
G = 32.86%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D735E (or 0x8D735E) is known color: Beaver. HEX triplet: 8D, 73 and 5E. RGB value is (141,115,94). Sum of RGB (Red+Green+Blue) = 141+115+94=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D735E is #728CA1. Grayscale: #787878. Windows color (decimal): -7507106 or 6189965. OLE color: 6189965.

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

Color convert

RGB 141 115 94 -
CMYK 0 0.18 0.33 0.45
HSL 26.81º 0.2% 0.46% -
HSV(B) 26.81º 0.33% 0.55% -
XYZ 19.14 18.73 13.2 -
YUV 120.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 141 115 94 0 0.18 0.33 0.45 26.81 0.2 0.46
Hex 8D 73 5E 0 12 21 2D 1B 14 2E
Octal 215 163 136 0 22 41 55 33 24 56
Binary 10001101 1110011 1011110 0 10010 100001 101101 11011 10100 101110

Color Harmonies of #8D735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D735E

Black with #8D735E

Text Example


Text Example

White with #8D735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,115,94); }

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

background-color css

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

 a { background-color: rgb(141,115,94); }

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

border-color css

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

 span { border-color: rgb(141,115,94); }

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