#81824B

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

Shades of Kokoda #81824B

Tints of Kokoda #81824B

Color information

#81824B (or 0x81824B) is unknown color: approx Kokoda. HEX triplet: 81, 82 and 4B. RGB value is (129,130,75). Sum of RGB (Red+Green+Blue) = 129+130+75=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #81824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81824B is #7E7DB4. Grayscale: #7B7B7B. Windows color (decimal): -8289717 or 4948609. OLE color: 4948609.

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

Color convert

RGB12913075-
CMYK0.0100.420.49
HSL61.09º26.83%40.2%-
HSV(B)61.09º42.31%50.98%-
XYZ18.3121.149.77-
YUV123.43100.67131.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.62%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=38.62%
G=38.92%
B=22.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130750.0100.420.4961.0926.8340.2
Hex81824B102A313d1b28
Octal201202113105261753350
Binary100000011000001010010111010101011000111110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81824B; }

 p { color: rgb(129,130,75); }

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

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

 a { background-color: rgb(129,130,75); }

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

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

 span { border-color: rgb(129,130,75); }

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