Html Css Color HEX #838360 Bandicoot

📋 copy color: '#838360'

red 131 ◦ green 131 ◦ blue 96

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

Shades of Bandicoot #838360

Tints of Bandicoot #838360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.82%

R = 36.59%
G = 36.59%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#838360 (or 0x838360) is known color: Bandicoot. HEX triplet: 83, 83 and 60. RGB value is (131,131,96). Sum of RGB (Red+Green+Blue) = 131+131+96=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838360 is #7C7C9F. Grayscale: #7F7F7F. Windows color (decimal): -8158368 or 6325123. OLE color: 6325123.

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

Color convert

RGB 131 131 96 -
CMYK 0 0 0.27 0.49
HSL 60º 0.15% 0.45% -
HSV(B) 60º 0.27% 0.51% -
XYZ 19.59 21.9 14.26 -
YUV 127.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 131 131 96 0 0 0.27 0.49 60 0.15 0.45
Hex 83 83 60 0 0 1B 31 3C F 2D
Octal 203 203 140 0 0 33 61 74 17 55
Binary 10000011 10000011 1100000 0 0 11011 110001 111100 1111 101101

Color Harmonies of #838360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838360

Black with #838360

Text Example


Text Example

White with #838360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838360; }

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

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

background-color css

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

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

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

border-color css

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

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

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