#827A4E

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

Shades of Kokoda #827A4E

Tints of Kokoda #827A4E

Color information

#827A4E (or 0x827A4E) is unknown color: approx Kokoda. HEX triplet: 82, 7A and 4E. RGB value is (130,122,78). Sum of RGB (Red+Green+Blue) = 130+122+78=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #827A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A4E is #7D85B1. Grayscale: #777777. Windows color (decimal): -8226226 or 5143170. OLE color: 5143170.

HSL color Cylindrical-coordinate representation of color #827A4E: hue angle of 50.77º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #827A4E is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB13012278-
CMYK00.060.400.49
HSL50.77º25%40.78%-
HSV(B)50.77º40%50.98%-
XYZ17.5419.219.99-
YUV119.38104.65135.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 122 (48.05% from 255) = 36.97%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=39.39%
G=36.97%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301227800.060.400.4950.772540.78
Hex827A4E062831331929
Octal202172116065061633151
Binary1000001011110101001110011010100011000111001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,122,78); }

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

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

 a { background-color: rgb(130,122,78); }

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

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

 span { border-color: rgb(130,122,78); }

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