#827C53

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

Shades of Kokoda #827C53

Tints of Kokoda #827C53

Color information

#827C53 (or 0x827C53) is unknown color: approx Kokoda. HEX triplet: 82, 7C and 53. RGB value is (130,124,83). Sum of RGB (Red+Green+Blue) = 130+124+83=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #827C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C53 is #7D83AC. Grayscale: #797979. Windows color (decimal): -8225709 or 5471362. OLE color: 5471362.

HSL color Cylindrical-coordinate representation of color #827C53: hue angle of 52.34º 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 #827C53 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB13012483-
CMYK00.050.360.49
HSL52.34º22.07%41.76%-
HSV(B)52.34º36.15%50.98%-
XYZ17.9719.7911.06-
YUV121.12106.49134.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=38.58%
G=36.80%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301248300.050.360.4952.3422.0741.76
Hex827C5305243134162a
Octal202174123054461642652
Binary1000001011111001010011010110010011000111010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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