#838254

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

Shades of Kokoda #838254

Tints of Kokoda #838254

Color information

#838254 (or 0x838254) is unknown color: approx Kokoda. HEX triplet: 83, 82 and 54. RGB value is (131,130,84). Sum of RGB (Red+Green+Blue) = 131+130+84=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #838254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838254 is #7C7DAB. Grayscale: #7D7D7D. Windows color (decimal): -8158636 or 5538435. OLE color: 5538435.

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

Color convert

RGB13113084-
CMYK00.010.360.49
HSL58.72º21.86%42.16%-
HSV(B)58.72º35.88%51.37%-
XYZ18.9421.4311.53-
YUV125.06104.83132.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=37.97%
G=37.68%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311308400.010.360.4958.7221.8642.16
Hex8382540124313b162a
Octal203202124014461732652
Binary100000111000001010101000110010011000111101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838254; }

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

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

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

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

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

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

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

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