Html Css Color HEX #838463 Bandicoot

📋 copy color: '#838463'

red 131 ◦ green 132 ◦ blue 99

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

Shades of Bandicoot #838463

Tints of Bandicoot #838463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

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

R = 36.19%
G = 36.46%
B = 27.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#838463 (or 0x838463) is known color: Bandicoot. HEX triplet: 83, 84 and 63. RGB value is (131,132,99). Sum of RGB (Red+Green+Blue) = 131+132+99=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #838463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838463 is #7C7B9C. Grayscale: #808080. Windows color (decimal): -8158109 or 6521987. OLE color: 6521987.

HSL color Cylindrical-coordinate representation of color #838463: hue angle of 61.82º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #838463 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 99 -
CMYK 0.01 0 0.25 0.48
HSL 61.82º 0.14% 0.45% -
HSV(B) 61.82º 0.25% 0.52% -
XYZ 19.86 22.23 15.05 -
YUV 127.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 131 132 99 0.01 0 0.25 0.48 61.82 0.14 0.45
Hex 83 84 63 1 0 19 30 3E E 2D
Octal 203 204 143 1 0 31 60 76 16 55
Binary 10000011 10000100 1100011 1 0 11001 110000 111110 1110 101101

Color Harmonies of #838463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838463

Black with #838463

Text Example


Text Example

White with #838463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838463; }

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

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

background-color css

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

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

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

border-color css

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

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

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