#838454

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

Shades of Kokoda #838454

Tints of Kokoda #838454

Color information

#838454 (or 0x838454) is unknown color: approx Kokoda. HEX triplet: 83, 84 and 54. RGB value is (131,132,84). Sum of RGB (Red+Green+Blue) = 131+132+84=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #838454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838454 is #7C7BAB. Grayscale: #7E7E7E. Windows color (decimal): -8158124 or 5538947. OLE color: 5538947.

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

Color convert

RGB13113284-
CMYK0.0100.360.48
HSL61.25º22.22%42.35%-
HSV(B)61.25º36.36%51.76%-
XYZ19.2121.9711.62-
YUV126.23104.17131.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=37.75%
G=38.04%
B=24.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131132840.0100.360.4861.2522.2242.35
Hex8384541024303d162a
Octal203204124104460752652
Binary100000111000010010101001010010011000011110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838454; }

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

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

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

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

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

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

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

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