#827D5A

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

Shades of Kokoda #827D5A

Tints of Kokoda #827D5A

Color information

#827D5A (or 0x827D5A) is unknown color: approx Kokoda. HEX triplet: 82, 7D and 5A. RGB value is (130,125,90). Sum of RGB (Red+Green+Blue) = 130+125+90=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #827D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D5A is #7D82A5. Grayscale: #7A7A7A. Windows color (decimal): -8225446 or 5930370. OLE color: 5930370.

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

Color convert

RGB13012590-
CMYK00.040.310.49
HSL52.5º18.18%43.14%-
HSV(B)52.5º30.77%50.98%-
XYZ18.3920.1512.59-
YUV122.51109.66133.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 125 (49.22% from 255) = 36.23%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=37.68%
G=36.23%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301259000.040.310.4952.518.1843.14
Hex827D5A041F3134122b
Octal202175132043761642253
Binary100000101111101101101001001111111000111010010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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