Html Css Color HEX #827E65 Bandicoot

📋 copy color: '#827E65'

red 130 ◦ green 126 ◦ blue 101

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

Shades of Bandicoot #827E65

Tints of Bandicoot #827E65

RGB

 RED value IS 130 (51.17% from 255) = 36.41%

 GREEN value IS 126 (49.61% from 255) = 35.29%

 BLUE value IS 101 (39.84% from 255) = 28.29%

R = 36.41%
G = 35.29%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#827E65 (or 0x827E65) is known color: Bandicoot. HEX triplet: 82, 7E and 65. RGB value is (130,126,101). Sum of RGB (Red+Green+Blue) = 130+126+101=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #827E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E65 is #7D819A. Grayscale: #7C7C7C. Windows color (decimal): -8225179 or 6651522. OLE color: 6651522.

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

Color convert

RGB 130 126 101 -
CMYK 0 0.03 0.22 0.49
HSL 51.72º 0.13% 0.45% -
HSV(B) 51.72º 0.22% 0.51% -
XYZ 19.02 20.61 15.29 -
YUV 124.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 130 126 101 0 0.03 0.22 0.49 51.72 0.13 0.45
Hex 82 7E 65 0 3 16 31 34 D 2D
Octal 202 176 145 0 3 26 61 64 15 55
Binary 10000010 1111110 1100101 0 11 10110 110001 110100 1101 101101

Color Harmonies of #827E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E65

Black with #827E65

Text Example


Text Example

White with #827E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827E65; }

 p { color: rgb(130,126,101); }

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

background-color css

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

 a { background-color: rgb(130,126,101); }

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

border-color css

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

 span { border-color: rgb(130,126,101); }

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