Html Css Color HEX #838558 Bandicoot

📋 copy color: '#838558'

red 131 ◦ green 133 ◦ blue 88

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

Shades of Bandicoot #838558

Tints of Bandicoot #838558

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.78%

 BLUE value IS 88 (34.77% from 255) = 25%

R = 37.22%
G = 37.78%
B = 25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#838558 (or 0x838558) is known color: Bandicoot. HEX triplet: 83, 85 and 58. RGB value is (131,133,88). Sum of RGB (Red+Green+Blue) = 131+133+88=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #838558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838558 is #7C7AA7. Grayscale: #7F7F7F. Windows color (decimal): -8157864 or 5801347. OLE color: 5801347.

HSL color Cylindrical-coordinate representation of color #838558: hue angle of 62.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #838558 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 88 -
CMYK 0.02 0 0.34 0.48
HSL 62.67º 0.2% 0.43% -
HSV(B) 62.67º 0.34% 0.52% -
XYZ 19.51 22.3 12.51 -
YUV 127.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 131 133 88 0.02 0 0.34 0.48 62.67 0.2 0.43
Hex 83 85 58 2 0 22 30 3F 14 2B
Octal 203 205 130 2 0 42 60 77 24 53
Binary 10000011 10000101 1011000 10 0 100010 110000 111111 10100 101011

Color Harmonies of #838558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838558

Black with #838558

Text Example


Text Example

White with #838558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838558; }

 p { color: rgb(131,133,88); }

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

background-color css

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

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

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

border-color css

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

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

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