#827D5C

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

Shades of Kokoda #827D5C

Tints of Kokoda #827D5C

Color information

#827D5C (or 0x827D5C) is unknown color: approx Kokoda. HEX triplet: 82, 7D and 5C. RGB value is (130,125,92). Sum of RGB (Red+Green+Blue) = 130+125+92=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #827D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D5C is #7D82A3. Grayscale: #7A7A7A. Windows color (decimal): -8225444 or 6061442. OLE color: 6061442.

HSL color Cylindrical-coordinate representation of color #827D5C: hue angle of 52.11º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #827D5C is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB13012592-
CMYK00.040.290.49
HSL52.11º17.12%43.53%-
HSV(B)52.11º29.23%50.98%-
XYZ18.4720.1913.05-
YUV122.73110.66133.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=37.46%
G=36.02%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301259200.040.290.4952.1117.1243.53
Hex827D5C041D3134112c
Octal202175134043561642154
Binary100000101111101101110001001110111000111010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,125,92); }

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

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

 a { background-color: rgb(130,125,92); }

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

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

 span { border-color: rgb(130,125,92); }

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