Html Css Color HEX #825E73 Strikemaster

📋 copy color: '#825E73'

red 130 ◦ green 94 ◦ blue 115

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

Shades of Strikemaster #825E73

Tints of Strikemaster #825E73

RGB

 RED value IS 130 (51.17% from 255) = 38.35%

 GREEN value IS 94 (37.11% from 255) = 27.73%

 BLUE value IS 115 (45.31% from 255) = 33.92%

R = 38.35%
G = 27.73%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#825E73 (or 0x825E73) is known color: Strikemaster. HEX triplet: 82, 5E and 73. RGB value is (130,94,115). Sum of RGB (Red+Green+Blue) = 130+94+115=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #825E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E73 is #7DA18C. Grayscale: #6B6B6B. Windows color (decimal): -8233357 or 7560834. OLE color: 7560834.

HSL color Cylindrical-coordinate representation of color #825E73: hue angle of 325º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825E73 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 94 115 -
CMYK 0 0.28 0.12 0.49
HSL 325º 0.16% 0.44% -
HSV(B) 325º 0.28% 0.51% -
XYZ 16.3 13.99 18.06 -
YUV 107.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 130 94 115 0 0.28 0.12 0.49 325 0.16 0.44
Hex 82 5E 73 0 1C C 31 145 10 2C
Octal 202 136 163 0 34 14 61 505 20 54
Binary 10000010 1011110 1110011 0 11100 1100 110001 101000101 10000 101100

Color Harmonies of #825E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E73

Black with #825E73

Text Example


Text Example

White with #825E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825E73; }

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

 H1.HeaderClassName
 {
   color: #825E73;
 }
 .AnyTagClassName
 {
   color: #825E73;
 }
</style>

background-color css

<style>
 a { background-color: #825E73; }

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

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

border-color css

<style>
 span { border-color: #825E73; }

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

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