#83824F

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

Shades of Kokoda #83824F

Tints of Kokoda #83824F

Color information

#83824F (or 0x83824F) is unknown color: approx Kokoda. HEX triplet: 83, 82 and 4F. RGB value is (131,130,79). Sum of RGB (Red+Green+Blue) = 131+130+79=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #83824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83824F is #7C7DB0. Grayscale: #7C7C7C. Windows color (decimal): -8158641 or 5210755. OLE color: 5210755.

HSL color Cylindrical-coordinate representation of color #83824F: hue angle of 58.85º 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 #83824F is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB13113079-
CMYK00.010.400.49
HSL58.85º24.76%41.18%-
HSV(B)58.85º39.69%51.37%-
XYZ18.7521.3610.53-
YUV124.48102.33132.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 79 (31.25% from 255) = 23.24%
R=38.53%
G=38.24%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311307900.010.400.4958.8524.7641.18
Hex83824F0128313b1929
Octal203202117015061733151
Binary100000111000001010011110110100011000111101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83824F; }

 p { color: rgb(131,130,79); }

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

<style>
 a { background-color: #83824F; }

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

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

<style>
 span { border-color: #83824F; }

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

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