Html Css Color HEX #835D75 Strikemaster

📋 copy color: '#835D75'

red 131 ◦ green 93 ◦ blue 117

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

Shades of Strikemaster #835D75

Tints of Strikemaster #835D75

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.27%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 38.42%
G = 27.27%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#835D75 (or 0x835D75) is known color: Strikemaster. HEX triplet: 83, 5D and 75. RGB value is (131,93,117). Sum of RGB (Red+Green+Blue) = 131+93+117=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #835D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D75 is #7CA28A. Grayscale: #6B6B6B. Windows color (decimal): -8168075 or 7691651. OLE color: 7691651.

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

Color convert

RGB 131 93 117 -
CMYK 0 0.29 0.11 0.49
HSL 322.11º 0.17% 0.44% -
HSV(B) 322.11º 0.29% 0.51% -
XYZ 16.49 13.94 18.65 -
YUV 107.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 131 93 117 0 0.29 0.11 0.49 322.11 0.17 0.44
Hex 83 5D 75 0 1D B 31 142 11 2C
Octal 203 135 165 0 35 13 61 502 21 54
Binary 10000011 1011101 1110101 0 11101 1011 110001 101000010 10001 101100

Color Harmonies of #835D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D75

Black with #835D75

Text Example


Text Example

White with #835D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,93,117); }

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

background-color css

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

 a { background-color: rgb(131,93,117); }

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

border-color css

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

 span { border-color: rgb(131,93,117); }

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