Html Css Color HEX #818049 Kokoda

📋 copy color: '#818049'

red 129 ◦ green 128 ◦ blue 73

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

Shades of Kokoda #818049

Tints of Kokoda #818049

RGB

 RED value IS 129 (50.78% from 255) = 39.09%

 GREEN value IS 128 (50.39% from 255) = 38.79%

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 39.09%
G = 38.79%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#818049 (or 0x818049) is known color: Kokoda. HEX triplet: 81, 80 and 49. RGB value is (129,128,73). Sum of RGB (Red+Green+Blue) = 129+128+73=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #818049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818049 is #7E7FB6. Grayscale: #7A7A7A. Windows color (decimal): -8290231 or 4817025. OLE color: 4817025.

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

Color convert

RGB 129 128 73 -
CMYK 0 0.01 0.43 0.49
HSL 58.93º 0.28% 0.4% -
HSV(B) 58.93º 0.43% 0.51% -
XYZ 17.98 20.59 9.33 -
YUV 122.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 129 128 73 0 0.01 0.43 0.49 58.93 0.28 0.4
Hex 81 80 49 0 1 2B 31 3B 1C 28
Octal 201 200 111 0 1 53 61 73 34 50
Binary 10000001 10000000 1001001 0 1 101011 110001 111011 11100 101000

Color Harmonies of #818049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818049

Black with #818049

Text Example


Text Example

White with #818049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818049; }

 p { color: rgb(129,128,73); }

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

background-color css

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

 a { background-color: rgb(129,128,73); }

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

border-color css

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

 span { border-color: rgb(129,128,73); }

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