#82824E

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

Shades of Kokoda #82824E

Tints of Kokoda #82824E

Color information

#82824E (or 0x82824E) is unknown color: approx Kokoda. HEX triplet: 82, 82 and 4E. RGB value is (130,130,78). Sum of RGB (Red+Green+Blue) = 130+130+78=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82824E is #7D7DB1. Grayscale: #7C7C7C. Windows color (decimal): -8224178 or 5145218. OLE color: 5145218.

HSL color Cylindrical-coordinate representation of color #82824E: hue angle of 60º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82824E is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB13013078-
CMYK000.400.49
HSL60º25%40.78%-
HSV(B)60º40%50.98%-
XYZ18.5621.2610.33-
YUV124.07102132.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 78 (30.86% from 255) = 23.08%
R=38.46%
G=38.46%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013078000.400.49602540.78
Hex82824E0028313c1929
Octal202202116005061743151
Binary100000101000001010011100010100011000111110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82824E; }

 p { color: rgb(130,130,78); }

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

<style>
 a { background-color: #82824E; }

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

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

<style>
 span { border-color: #82824E; }

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

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