#838552

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

Shades of Kokoda #838552

Tints of Kokoda #838552

Color information

#838552 (or 0x838552) is unknown color: approx Kokoda. HEX triplet: 83, 85 and 52. RGB value is (131,133,82). Sum of RGB (Red+Green+Blue) = 131+133+82=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #838552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838552 is #7C7AAD. Grayscale: #7E7E7E. Windows color (decimal): -8157870 or 5408131. OLE color: 5408131.

HSL color Cylindrical-coordinate representation of color #838552: hue angle of 62.35º degrees, saturation: 0.24, 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 #838552 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB13113382-
CMYK0.0200.380.48
HSL62.35º23.72%42.16%-
HSV(B)62.35º38.35%52.16%-
XYZ19.2722.2111.25-
YUV126.59102.84131.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=37.86%
G=38.44%
B=23.70%

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
Decimal131133820.0200.380.4862.3523.7242.16
Hex8385522026303e182a
Octal203205122204660763052
Binary1000001110000101101001010010011011000011111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838552; }

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

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

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

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

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

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

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

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