Html Css Color HEX #838169 Bandicoot

📋 copy color: '#838169'

red 131 ◦ green 129 ◦ blue 105

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

Shades of Bandicoot #838169

Tints of Bandicoot #838169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.77%

R = 35.89%
G = 35.34%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#838169 (or 0x838169) is known color: Bandicoot. HEX triplet: 83, 81 and 69. RGB value is (131,129,105). Sum of RGB (Red+Green+Blue) = 131+129+105=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 131 - color contains mainly: red. Hex color #838169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838169 is #7C7E96. Grayscale: #7E7E7E. Windows color (decimal): -8158871 or 6914435. OLE color: 6914435.

HSL color Cylindrical-coordinate representation of color #838169: hue angle of 55.38º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #838169 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 129 105 -
CMYK 0 0.02 0.20 0.49
HSL 55.38º 0.11% 0.46% -
HSV(B) 55.38º 0.2% 0.51% -
XYZ 19.76 21.55 16.48 -
YUV 126.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 131 129 105 0 0.02 0.20 0.49 55.38 0.11 0.46
Hex 83 81 69 0 2 14 31 37 B 2E
Octal 203 201 151 0 2 24 61 67 13 56
Binary 10000011 10000001 1101001 0 10 10100 110001 110111 1011 101110

Color Harmonies of #838169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838169

Black with #838169

Text Example


Text Example

White with #838169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838169; }

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

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

background-color css

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

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

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

border-color css

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

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

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