#848451

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

Shades of Kokoda #848451

Tints of Kokoda #848451

Color information

#848451 (or 0x848451) is unknown color: approx Kokoda. HEX triplet: 84, 84 and 51. RGB value is (132,132,81). Sum of RGB (Red+Green+Blue) = 132+132+81=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848451 is #7B7BAE. Grayscale: #7E7E7E. Windows color (decimal): -8092591 or 5342340. OLE color: 5342340.

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

Color convert

RGB13213281-
CMYK000.390.48
HSL60º23.94%41.76%-
HSV(B)60º38.64%51.76%-
XYZ19.252211.02-
YUV126.19102.5132.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=38.26%
G=38.26%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213281000.390.486023.9441.76
Hex8484510027303c182a
Octal204204121004760743052
Binary100001001000010010100010010011111000011110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848451; }

 p { color: rgb(132,132,81); }

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

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

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

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

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

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

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