#827C50

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

Shades of Kokoda #827C50

Tints of Kokoda #827C50

Color information

#827C50 (or 0x827C50) is unknown color: approx Kokoda. HEX triplet: 82, 7C and 50. RGB value is (130,124,80). Sum of RGB (Red+Green+Blue) = 130+124+80=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #827C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C50 is #7D83AF. Grayscale: #787878. Windows color (decimal): -8225712 or 5274754. OLE color: 5274754.

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

Color convert

RGB13012480-
CMYK00.050.380.49
HSL52.8º23.81%41.18%-
HSV(B)52.8º38.46%50.98%-
XYZ17.8619.7410.46-
YUV120.78104.99134.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 124 (48.83% from 255) = 37.13%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=38.92%
G=37.13%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301248000.050.380.4952.823.8141.18
Hex827C50052631351829
Octal202174120054661653051
Binary1000001011111001010000010110011011000111010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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