#838055

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

Shades of Kokoda #838055

Tints of Kokoda #838055

Color information

#838055 (or 0x838055) is unknown color: approx Kokoda. HEX triplet: 83, 80 and 55. RGB value is (131,128,85). Sum of RGB (Red+Green+Blue) = 131+128+85=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #838055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838055 is #7C7FAA. Grayscale: #7C7C7C. Windows color (decimal): -8159147 or 5603459. OLE color: 5603459.

HSL color Cylindrical-coordinate representation of color #838055: hue angle of 56.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #838055 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB13112885-
CMYK00.020.350.49
HSL56.09º21.3%42.35%-
HSV(B)56.09º35.11%51.37%-
XYZ18.7220.9211.65-
YUV123.99105.99133-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 85 (33.59% from 255) = 24.71%
R=38.08%
G=37.21%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311288500.020.350.4956.0921.342.35
Hex83805502233138152a
Octal203200125024361702552
Binary1000001110000000101010101010001111000111100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838055; }

 p { color: rgb(131,128,85); }

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

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

 a { background-color: rgb(131,128,85); }

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

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

 span { border-color: rgb(131,128,85); }

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