Html Css Color HEX #84814D Kokoda

📋 copy color: '#84814D'

red 132 ◦ green 129 ◦ blue 77

#84814D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kokoda #84814D

Tints of Kokoda #84814D

RGB

 RED value IS 132 (51.95% from 255) = 39.05%

 GREEN value IS 129 (50.78% from 255) = 38.17%

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 39.05%
G = 38.17%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84814D (or 0x84814D) is known color: Kokoda. HEX triplet: 84, 81 and 4D. RGB value is (132,129,77). Sum of RGB (Red+Green+Blue) = 132+129+77=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84814D is #7B7EB2. Grayscale: #7C7C7C. Windows color (decimal): -8093363 or 5079428. OLE color: 5079428.

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

Color convert

RGB 132 129 77 -
CMYK 0 0.02 0.42 0.48
HSL 56.73º 0.26% 0.41% -
HSV(B) 56.73º 0.42% 0.52% -
XYZ 18.71 21.14 10.12 -
YUV 123.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 132 129 77 0 0.02 0.42 0.48 56.73 0.26 0.41
Hex 84 81 4D 0 2 2A 30 39 1A 29
Octal 204 201 115 0 2 52 60 71 32 51
Binary 10000100 10000001 1001101 0 10 101010 110000 111001 11010 101001

Color Harmonies of #84814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84814D

Black with #84814D

Text Example


Text Example

White with #84814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84814D;
 }
 .AnyTagClassName
 {
   color: #84814D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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