Html Css Color HEX #835B72 Strikemaster

📋 copy color: '#835B72'

red 131 ◦ green 91 ◦ blue 114

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

Shades of Strikemaster #835B72

Tints of Strikemaster #835B72

RGB

 RED value IS 131 (51.56% from 255) = 38.99%

 GREEN value IS 91 (35.94% from 255) = 27.08%

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 38.99%
G = 27.08%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#835B72 (or 0x835B72) is known color: Strikemaster. HEX triplet: 83, 5B and 72. RGB value is (131,91,114). Sum of RGB (Red+Green+Blue) = 131+91+114=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #835B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B72 is #7CA48D. Grayscale: #696969. Windows color (decimal): -8168590 or 7494531. OLE color: 7494531.

HSL color Cylindrical-coordinate representation of color #835B72: hue angle of 325.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #835B72 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 91 114 -
CMYK 0 0.31 0.13 0.49
HSL 325.5º 0.18% 0.44% -
HSV(B) 325.5º 0.31% 0.51% -
XYZ 16.14 13.52 17.68 -
YUV 105.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 131 91 114 0 0.31 0.13 0.49 325.5 0.18 0.44
Hex 83 5B 72 0 1F D 31 146 12 2C
Octal 203 133 162 0 37 15 61 506 22 54
Binary 10000011 1011011 1110010 0 11111 1101 110001 101000110 10010 101100

Color Harmonies of #835B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B72

Black with #835B72

Text Example


Text Example

White with #835B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835B72; }

 p { color: rgb(131,91,114); }

 H1.HeaderClassName
 {
   color: #835B72;
 }
 .AnyTagClassName
 {
   color: #835B72;
 }
</style>

background-color css

<style>
 a { background-color: #835B72; }

 a { background-color: rgb(131,91,114); }

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

border-color css

<style>
 span { border-color: #835B72; }

 span { border-color: rgb(131,91,114); }

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