#827E50

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

Shades of Kokoda #827E50

Tints of Kokoda #827E50

Color information

#827E50 (or 0x827E50) is unknown color: approx Kokoda. HEX triplet: 82, 7E and 50. RGB value is (130,126,80). Sum of RGB (Red+Green+Blue) = 130+126+80=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #827E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E50 is #7D81AF. Grayscale: #7A7A7A. Windows color (decimal): -8225200 or 5275266. OLE color: 5275266.

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

Color convert

RGB13012680-
CMYK00.030.380.49
HSL55.2º23.81%41.18%-
HSV(B)55.2º38.46%50.98%-
XYZ18.1120.2510.54-
YUV121.95104.33133.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 126 (49.61% from 255) = 37.5%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=38.69%
G=37.5%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301268000.030.380.4955.223.8141.18
Hex827E50032631371829
Octal202176120034661673051
Binary100000101111110101000001110011011000111011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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