Html Css Color HEX #838063 Bandicoot

📋 copy color: '#838063'

red 131 ◦ green 128 ◦ blue 99

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

Shades of Bandicoot #838063

Tints of Bandicoot #838063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

 BLUE value IS 99 (39.06% from 255) = 27.65%

R = 36.59%
G = 35.75%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#838063 (or 0x838063) is known color: Bandicoot. HEX triplet: 83, 80 and 63. RGB value is (131,128,99). Sum of RGB (Red+Green+Blue) = 131+128+99=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #838063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838063 is #7C7F9C. Grayscale: #7D7D7D. Windows color (decimal): -8159133 or 6520963. OLE color: 6520963.

HSL color Cylindrical-coordinate representation of color #838063: hue angle of 54.38º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838063 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 128 99 -
CMYK 0 0.02 0.24 0.49
HSL 54.38º 0.14% 0.45% -
HSV(B) 54.38º 0.24% 0.51% -
XYZ 19.33 21.16 14.87 -
YUV 125.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 131 128 99 0 0.02 0.24 0.49 54.38 0.14 0.45
Hex 83 80 63 0 2 18 31 36 E 2D
Octal 203 200 143 0 2 30 61 66 16 55
Binary 10000011 10000000 1100011 0 10 11000 110001 110110 1110 101101

Color Harmonies of #838063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838063

Black with #838063

Text Example


Text Example

White with #838063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838063; }

 p { color: rgb(131,128,99); }

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

background-color css

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

 a { background-color: rgb(131,128,99); }

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

border-color css

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

 span { border-color: rgb(131,128,99); }

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