Html Css Color HEX #838162 Bandicoot

📋 copy color: '#838162'

red 131 ◦ green 129 ◦ blue 98

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

Shades of Bandicoot #838162

Tints of Bandicoot #838162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

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

R = 36.59%
G = 36.03%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#838162 (or 0x838162) is known color: Bandicoot. HEX triplet: 83, 81 and 62. RGB value is (131,129,98). Sum of RGB (Red+Green+Blue) = 131+129+98=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #838162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838162 is #7C7E9D. Grayscale: #7E7E7E. Windows color (decimal): -8158878 or 6455683. OLE color: 6455683.

HSL color Cylindrical-coordinate representation of color #838162: hue angle of 56.36º 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 #838162 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 129 98 -
CMYK 0 0.02 0.25 0.49
HSL 56.36º 0.14% 0.45% -
HSV(B) 56.36º 0.25% 0.51% -
XYZ 19.41 21.41 14.66 -
YUV 126.06 112.16 131.52 -
System Red Green Blue C M Y K H S L
Decimal 131 129 98 0 0.02 0.25 0.49 56.36 0.14 0.45
Hex 83 81 62 0 2 19 31 38 E 2D
Octal 203 201 142 0 2 31 61 70 16 55
Binary 10000011 10000001 1100010 0 10 11001 110001 111000 1110 101101

Color Harmonies of #838162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838162

Black with #838162

Text Example


Text Example

White with #838162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838162; }

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

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

background-color css

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

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

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

border-color css

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

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

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