#838453

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

Shades of Kokoda #838453

Tints of Kokoda #838453

Color information

#838453 (or 0x838453) is unknown color: approx Kokoda. HEX triplet: 83, 84 and 53. RGB value is (131,132,83). Sum of RGB (Red+Green+Blue) = 131+132+83=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #838453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838453 is #7C7BAC. Grayscale: #7E7E7E. Windows color (decimal): -8158125 or 5473411. OLE color: 5473411.

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

Color convert

RGB13113283-
CMYK0.0100.370.48
HSL61.22º22.79%42.16%-
HSV(B)61.22º37.12%51.76%-
XYZ19.1721.9511.41-
YUV126.12103.67131.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=37.86%
G=38.15%
B=23.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131132830.0100.370.4861.2222.7942.16
Hex8384531025303d172a
Octal203204123104560752752
Binary100000111000010010100111010010111000011110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838453; }

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

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

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

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

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

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

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

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