Html Css Color HEX #83815F Bandicoot

📋 copy color: '#83815F'

red 131 ◦ green 129 ◦ blue 95

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

Shades of Bandicoot #83815F

Tints of Bandicoot #83815F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 36.9%
G = 36.34%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83815F (or 0x83815F) is known color: Bandicoot. HEX triplet: 83, 81 and 5F. RGB value is (131,129,95). Sum of RGB (Red+Green+Blue) = 131+129+95=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #83815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83815F is #7C7EA0. Grayscale: #7D7D7D. Windows color (decimal): -8158881 or 6259075. OLE color: 6259075.

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

Color convert

RGB 131 129 95 -
CMYK 0 0.02 0.27 0.49
HSL 56.67º 0.16% 0.44% -
HSV(B) 56.67º 0.27% 0.51% -
XYZ 19.28 21.35 13.93 -
YUV 125.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 131 129 95 0 0.02 0.27 0.49 56.67 0.16 0.44
Hex 83 81 5F 0 2 1B 31 39 10 2C
Octal 203 201 137 0 2 33 61 71 20 54
Binary 10000011 10000001 1011111 0 10 11011 110001 111001 10000 101100

Color Harmonies of #83815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83815F

Black with #83815F

Text Example


Text Example

White with #83815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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