#838462

Color #838462 Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #838462

Tints of Bandicoot #838462

Color information

#838462 (or 0x838462) is unknown color: approx Bandicoot. HEX triplet: 83, 84 and 62. RGB value is (131,132,98). Sum of RGB (Red+Green+Blue) = 131+132+98=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #838462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838462 is #7C7B9D. Grayscale: #7F7F7F. Windows color (decimal): -8158110 or 6456451. OLE color: 6456451.

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

Color convert

RGB13113298-
CMYK0.0100.260.48
HSL61.76º14.78%45.1%-
HSV(B)61.76º25.76%51.76%-
XYZ19.8222.2114.8-
YUV127.82111.17130.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=36.29%
G=36.57%
B=27.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131132980.0100.260.4861.7614.7845.1
Hex838462101A303ef2d
Octal203204142103260761755
Binary1000001110000100110001010110101100001111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838462; }

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

 H1.HeaderClassName
 {
   color: #838462;
 }
 .AnyTagClassName
 {
   color: #838462;
 }
</style>
background-color css

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

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

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

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

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

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