#827E55

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

Shades of Kokoda #827E55

Tints of Kokoda #827E55

Color information

#827E55 (or 0x827E55) is unknown color: approx Kokoda. HEX triplet: 82, 7E and 55. RGB value is (130,126,85). Sum of RGB (Red+Green+Blue) = 130+126+85=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #827E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E55 is #7D81AA. Grayscale: #7A7A7A. Windows color (decimal): -8225195 or 5602946. OLE color: 5602946.

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

Color convert

RGB13012685-
CMYK00.030.350.49
HSL54.67º20.93%42.16%-
HSV(B)54.67º34.62%50.98%-
XYZ18.3120.3211.55-
YUV122.52106.83133.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=38.12%
G=36.95%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301268500.030.350.4954.6720.9342.16
Hex827E5503233137152a
Octal202176125034361672552
Binary100000101111110101010101110001111000111011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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