#827261

Color #827261 Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #827261

Tints of Donkey Brown #827261

Color information

#827261 (or 0x827261) is unknown color: approx Donkey Brown. HEX triplet: 82, 72 and 61. RGB value is (130,114,97). Sum of RGB (Red+Green+Blue) = 130+114+97=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #827261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827261 is #7D8D9E. Grayscale: #747474. Windows color (decimal): -8228255 or 6386306. OLE color: 6386306.

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

Color convert

RGB13011497-
CMYK00.120.250.49
HSL30.91º14.54%44.51%-
HSV(B)30.91º25.38%50.98%-
XYZ17.3817.6413.8-
YUV116.85116.8137.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=38.12%
G=33.43%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301149700.120.250.4930.9114.5444.51
Hex8272610C19311ff2d
Octal2021621410143161371755
Binary10000010111001011000010110011001110001111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827261; }

 p { color: rgb(130,114,97); }

 H1.HeaderClassName
 {
   color: #827261;
 }
 .AnyTagClassName
 {
   color: #827261;
 }
</style>
background-color css

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

 a { background-color: rgb(130,114,97); }

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

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

 span { border-color: rgb(130,114,97); }

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