#838553

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

Shades of Kokoda #838553

Tints of Kokoda #838553

Color information

#838553 (or 0x838553) is unknown color: approx Kokoda. HEX triplet: 83, 85 and 53. RGB value is (131,133,83). Sum of RGB (Red+Green+Blue) = 131+133+83=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #838553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838553 is #7C7AAC. Grayscale: #7E7E7E. Windows color (decimal): -8157869 or 5473667. OLE color: 5473667.

HSL color Cylindrical-coordinate representation of color #838553: hue angle of 62.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #838553 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB13113383-
CMYK0.0200.380.48
HSL62.4º23.15%42.35%-
HSV(B)62.4º37.59%52.16%-
XYZ19.3122.2211.46-
YUV126.7103.34131.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=37.75%
G=38.33%
B=23.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131133830.0200.380.4862.423.1542.35
Hex8385532026303e172a
Octal203205123204660762752
Binary1000001110000101101001110010011011000011111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838553; }

 p { color: rgb(131,133,83); }

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

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

 a { background-color: rgb(131,133,83); }

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

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

 span { border-color: rgb(131,133,83); }

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