#838249

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

Shades of Kokoda #838249

Tints of Kokoda #838249

Color information

#838249 (or 0x838249) is unknown color: approx Kokoda. HEX triplet: 83, 82 and 49. RGB value is (131,130,73). Sum of RGB (Red+Green+Blue) = 131+130+73=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #838249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838249 is #7C7DB6. Grayscale: #7C7C7C. Windows color (decimal): -8158647 or 4817539. OLE color: 4817539.

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

Color convert

RGB13113073-
CMYK00.010.440.49
HSL58.97º28.43%40%-
HSV(B)58.97º44.27%51.37%-
XYZ18.5521.279.43-
YUV123.899.33133.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.22%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=39.22%
G=38.92%
B=21.86%

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
Decimal1311307300.010.440.4958.9728.4340
Hex838249012C313b1c28
Octal203202111015461733450
Binary100000111000001010010010110110011000111101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838249; }

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

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

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

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

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

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

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

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