#827E5C

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

Shades of Kokoda #827E5C

Tints of Kokoda #827E5C

Color information

#827E5C (or 0x827E5C) is unknown color: approx Kokoda. HEX triplet: 82, 7E and 5C. RGB value is (130,126,92). Sum of RGB (Red+Green+Blue) = 130+126+92=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #827E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E5C is #7D81A3. Grayscale: #7B7B7B. Windows color (decimal): -8225188 or 6061698. OLE color: 6061698.

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

Color convert

RGB13012692-
CMYK00.030.290.49
HSL53.68º17.12%43.53%-
HSV(B)53.68º29.23%50.98%-
XYZ18.620.4413.09-
YUV123.32110.33132.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=37.36%
G=36.21%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301269200.030.290.4953.6817.1243.53
Hex827E5C031D3136112c
Octal202176134033561662154
Binary10000010111111010111000111110111000111011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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