#83844C

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

Shades of Kokoda #83844C

Tints of Kokoda #83844C

Color information

#83844C (or 0x83844C) is unknown color: approx Kokoda. HEX triplet: 83, 84 and 4C. RGB value is (131,132,76). Sum of RGB (Red+Green+Blue) = 131+132+76=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #83844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83844C is #7C7BB3. Grayscale: #7D7D7D. Windows color (decimal): -8158132 or 5014659. OLE color: 5014659.

HSL color Cylindrical-coordinate representation of color #83844C: hue angle of 61.07º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83844C is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB13113276-
CMYK0.0100.420.48
HSL61.07º26.92%40.78%-
HSV(B)61.07º42.42%51.76%-
XYZ18.9221.8510.06-
YUV125.32100.17132.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 76 (30.08% from 255) = 22.42%
R=38.64%
G=38.94%
B=22.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131132760.0100.420.4861.0726.9240.78
Hex83844C102A303d1b29
Octal203204114105260753351
Binary100000111000010010011001010101011000011110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83844C; }

 p { color: rgb(131,132,76); }

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

<style>
 a { background-color: #83844C; }

 a { background-color: rgb(131,132,76); }

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

<style>
 span { border-color: #83844C; }

 span { border-color: rgb(131,132,76); }

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