#827A4D

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

Shades of Kokoda #827A4D

Tints of Kokoda #827A4D

Color information

#827A4D (or 0x827A4D) is unknown color: approx Kokoda. HEX triplet: 82, 7A and 4D. RGB value is (130,122,77). Sum of RGB (Red+Green+Blue) = 130+122+77=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #827A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A4D is #7D85B2. Grayscale: #777777. Windows color (decimal): -8226227 or 5077634. OLE color: 5077634.

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

Color convert

RGB13012277-
CMYK00.060.410.49
HSL50.94º25.6%40.59%-
HSV(B)50.94º40.77%50.98%-
XYZ17.5119.29.8-
YUV119.26104.15135.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 77 (30.47% from 255) = 23.40%
R=39.51%
G=37.08%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301227700.060.410.4950.9425.640.59
Hex827A4D062931331a29
Octal202172115065161633251
Binary1000001011110101001101011010100111000111001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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