#83824A

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

Shades of Kokoda #83824A

Tints of Kokoda #83824A

Color information

#83824A (or 0x83824A) is unknown color: approx Kokoda. HEX triplet: 83, 82 and 4A. RGB value is (131,130,74). Sum of RGB (Red+Green+Blue) = 131+130+74=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #83824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83824A is #7C7DB5. Grayscale: #7C7C7C. Windows color (decimal): -8158646 or 4883075. OLE color: 4883075.

HSL color Cylindrical-coordinate representation of color #83824A: hue angle of 58.95º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83824A is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB13113074-
CMYK00.010.440.49
HSL58.95º27.8%40.2%-
HSV(B)58.95º43.51%51.37%-
XYZ18.5821.289.61-
YUV123.9299.83133.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=39.10%
G=38.81%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311307400.010.440.4958.9527.840.2
Hex83824A012C313b1c28
Octal203202112015461733450
Binary100000111000001010010100110110011000111101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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