#827E4B

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

Shades of Kokoda #827E4B

Tints of Kokoda #827E4B

Color information

#827E4B (or 0x827E4B) is unknown color: approx Kokoda. HEX triplet: 82, 7E and 4B. RGB value is (130,126,75). Sum of RGB (Red+Green+Blue) = 130+126+75=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #827E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E4B is #7D81B4. Grayscale: #797979. Windows color (decimal): -8225205 or 4947586. OLE color: 4947586.

HSL color Cylindrical-coordinate representation of color #827E4B: hue angle of 55.64º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #827E4B is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB13012675-
CMYK00.030.420.49
HSL55.64º26.83%40.2%-
HSV(B)55.64º42.31%50.98%-
XYZ17.9420.189.61-
YUV121.38101.83134.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 126 (49.61% from 255) = 38.07%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=39.27%
G=38.07%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301267500.030.420.4955.6426.8340.2
Hex827E4B032A31381b28
Octal202176113035261703350
Binary100000101111110100101101110101011000111100011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,126,75); }

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

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

 a { background-color: rgb(130,126,75); }

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

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

 span { border-color: rgb(130,126,75); }

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