#827E53

Color #827E53 Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #827E53

Tints of Kokoda #827E53

Color information

#827E53 (or 0x827E53) is unknown color: approx Kokoda. HEX triplet: 82, 7E and 53. RGB value is (130,126,83). Sum of RGB (Red+Green+Blue) = 130+126+83=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #827E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E53 is #7D81AC. Grayscale: #7A7A7A. Windows color (decimal): -8225197 or 5471874. OLE color: 5471874.

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

Color convert

RGB13012683-
CMYK00.030.360.49
HSL54.89º22.07%41.76%-
HSV(B)54.89º36.15%50.98%-
XYZ18.2320.2911.14-
YUV122.29105.83133.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=38.35%
G=37.17%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301268300.030.360.4954.8922.0741.76
Hex827E5303243137162a
Octal202176123034461672652
Binary100000101111110101001101110010011000111011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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