#827F48

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

Shades of Kokoda #827F48

Tints of Kokoda #827F48

Color information

#827F48 (or 0x827F48) is unknown color: approx Kokoda. HEX triplet: 82, 7F and 48. RGB value is (130,127,72). Sum of RGB (Red+Green+Blue) = 130+127+72=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #827F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F48 is #7D80B7. Grayscale: #797979. Windows color (decimal): -8224952 or 4751234. OLE color: 4751234.

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

Color convert

RGB13012772-
CMYK00.020.450.49
HSL56.9º28.71%39.61%-
HSV(B)56.9º44.62%50.98%-
XYZ17.9620.399.12-
YUV121.6399.99133.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 127 (50% from 255) = 38.60%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=39.51%
G=38.60%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301277200.020.450.4956.928.7139.61
Hex827F48022D31391d28
Octal202177110025561713550
Binary100000101111111100100001010110111000111100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,127,72); }

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

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

 a { background-color: rgb(130,127,72); }

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

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

 span { border-color: rgb(130,127,72); }

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