Html Css Color HEX #838362 Bandicoot

📋 copy color: '#838362'

red 131 ◦ green 131 ◦ blue 98

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

Shades of Bandicoot #838362

Tints of Bandicoot #838362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.39%

 BLUE value IS 98 (38.67% from 255) = 27.22%

R = 36.39%
G = 36.39%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#838362 (or 0x838362) is known color: Bandicoot. HEX triplet: 83, 83 and 62. RGB value is (131,131,98). Sum of RGB (Red+Green+Blue) = 131+131+98=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838362 is #7C7C9D. Grayscale: #7F7F7F. Windows color (decimal): -8158366 or 6456195. OLE color: 6456195.

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

Color convert

RGB 131 131 98 -
CMYK 0 0 0.25 0.49
HSL 60º 0.14% 0.45% -
HSV(B) 60º 0.25% 0.51% -
XYZ 19.68 21.94 14.75 -
YUV 127.24 111.5 130.68 -
System Red Green Blue C M Y K H S L
Decimal 131 131 98 0 0 0.25 0.49 60 0.14 0.45
Hex 83 83 62 0 0 19 31 3C E 2D
Octal 203 203 142 0 0 31 61 74 16 55
Binary 10000011 10000011 1100010 0 0 11001 110001 111100 1110 101101

Color Harmonies of #838362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838362

Black with #838362

Text Example


Text Example

White with #838362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838362; }

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

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

background-color css

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

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

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

border-color css

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

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

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