#848251

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

Shades of Kokoda #848251

Tints of Kokoda #848251

Color information

#848251 (or 0x848251) is unknown color: approx Kokoda. HEX triplet: 84, 82 and 51. RGB value is (132,130,81). Sum of RGB (Red+Green+Blue) = 132+130+81=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #848251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848251 is #7B7DAE. Grayscale: #7D7D7D. Windows color (decimal): -8093103 or 5341828. OLE color: 5341828.

HSL color Cylindrical-coordinate representation of color #848251: hue angle of 57.65º 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 #848251 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB13213081-
CMYK00.020.390.48
HSL57.65º23.94%41.76%-
HSV(B)57.65º38.64%51.76%-
XYZ18.9821.4610.93-
YUV125.01103.16132.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 81 (32.03% from 255) = 23.62%
R=38.48%
G=37.90%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321308100.020.390.4857.6523.9441.76
Hex8482510227303a182a
Octal204202121024760723052
Binary1000010010000010101000101010011111000011101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848251; }

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

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

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

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

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

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

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

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