#827C58

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

Shades of Kokoda #827C58

Tints of Kokoda #827C58

Color information

#827C58 (or 0x827C58) is unknown color: approx Kokoda. HEX triplet: 82, 7C and 58. RGB value is (130,124,88). Sum of RGB (Red+Green+Blue) = 130+124+88=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #827C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C58 is #7D83A7. Grayscale: #797979. Windows color (decimal): -8225704 or 5799042. OLE color: 5799042.

HSL color Cylindrical-coordinate representation of color #827C58: hue angle of 51.43º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #827C58 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB13012488-
CMYK00.050.320.49
HSL51.43º19.27%42.75%-
HSV(B)51.43º32.31%50.98%-
XYZ18.1819.8712.11-
YUV121.69108.99133.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 124 (48.83% from 255) = 36.26%
BLUE value IS 88 (34.77% from 255) = 25.73%
R=38.01%
G=36.26%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301248800.050.320.4951.4319.2742.75
Hex827C5805203133132b
Octal202174130054061632353
Binary1000001011111001011000010110000011000111001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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