#827D5E

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

Shades of Kokoda #827D5E

Tints of Kokoda #827D5E

Color information

#827D5E (or 0x827D5E) is unknown color: approx Kokoda. HEX triplet: 82, 7D and 5E. RGB value is (130,125,94). Sum of RGB (Red+Green+Blue) = 130+125+94=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #827D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D5E is #7D82A1. Grayscale: #7B7B7B. Windows color (decimal): -8225442 or 6192514. OLE color: 6192514.

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

Color convert

RGB13012594-
CMYK00.040.280.49
HSL51.67º16.07%43.92%-
HSV(B)51.67º27.69%50.98%-
XYZ18.5620.2213.51-
YUV122.96111.66133.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 125 (49.22% from 255) = 35.82%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=37.25%
G=35.82%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301259400.040.280.4951.6716.0743.92
Hex827D5E041C3134102c
Octal202175136043461642054
Binary100000101111101101111001001110011000111010010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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