Html Css Color HEX #838275 Schist

📋 copy color: '#838275'

red 131 ◦ green 130 ◦ blue 117

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

Shades of Schist #838275

Tints of Schist #838275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.39%

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

R = 34.66%
G = 34.39%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#838275 (or 0x838275) is known color: Schist. HEX triplet: 83, 82 and 75. RGB value is (131,130,117). Sum of RGB (Red+Green+Blue) = 131+130+117=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 131 - color contains mainly: red. Hex color #838275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838275 is #7C7D8A. Grayscale: #808080. Windows color (decimal): -8158603 or 7701123. OLE color: 7701123.

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

Color convert

RGB 131 130 117 -
CMYK 0 0.01 0.11 0.49
HSL 55.71º 0.06% 0.49% -
HSV(B) 55.71º 0.11% 0.51% -
XYZ 20.55 22.07 20.01 -
YUV 128.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 131 130 117 0 0.01 0.11 0.49 55.71 0.06 0.49
Hex 83 82 75 0 1 B 31 38 6 31
Octal 203 202 165 0 1 13 61 70 6 61
Binary 10000011 10000010 1110101 0 1 1011 110001 111000 110 110001

Color Harmonies of #838275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838275

Black with #838275

Text Example


Text Example

White with #838275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838275; }

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

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

background-color css

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

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

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

border-color css

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

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

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