#83814A

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

Shades of Kokoda #83814A

Tints of Kokoda #83814A

Color information

#83814A (or 0x83814A) is unknown color: approx Kokoda. HEX triplet: 83, 81 and 4A. RGB value is (131,129,74). Sum of RGB (Red+Green+Blue) = 131+129+74=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #83814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83814A is #7C7EB5. Grayscale: #7B7B7B. Windows color (decimal): -8158902 or 4882819. OLE color: 4882819.

HSL color Cylindrical-coordinate representation of color #83814A: hue angle of 57.89º 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 #83814A is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB13112974-
CMYK00.020.440.49
HSL57.89º27.8%40.2%-
HSV(B)57.89º43.51%51.37%-
XYZ18.4521.029.56-
YUV123.33100.16133.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.22%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=39.22%
G=38.62%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311297400.020.440.4957.8927.840.2
Hex83814A022C313a1c28
Octal203201112025461723450
Binary1000001110000001100101001010110011000111101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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