#84814B

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

Shades of Kokoda #84814B

Tints of Kokoda #84814B

Color information

#84814B (or 0x84814B) is unknown color: approx Kokoda. HEX triplet: 84, 81 and 4B. RGB value is (132,129,75). Sum of RGB (Red+Green+Blue) = 132+129+75=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #84814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84814B is #7B7EB4. Grayscale: #7B7B7B. Windows color (decimal): -8093365 or 4948356. OLE color: 4948356.

HSL color Cylindrical-coordinate representation of color #84814B: hue angle of 56.84º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84814B is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB13212975-
CMYK00.020.430.48
HSL56.84º27.54%40.59%-
HSV(B)56.84º43.18%51.76%-
XYZ18.6421.119.75-
YUV123.74100.49133.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=39.29%
G=38.39%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321297500.020.430.4856.8427.5440.59
Hex84814B022B30391c29
Octal204201113025360713451
Binary1000010010000001100101101010101111000011100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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