Html Css Color HEX #828149 Kokoda

📋 copy color: '#828149'

red 130 ◦ green 129 ◦ blue 73

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

Shades of Kokoda #828149

Tints of Kokoda #828149

RGB

 RED value IS 130 (51.17% from 255) = 39.16%

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

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

R = 39.16%
G = 38.86%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#828149 (or 0x828149) is known color: Kokoda. HEX triplet: 82, 81 and 49. RGB value is (130,129,73). Sum of RGB (Red+Green+Blue) = 130+129+73=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #828149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828149 is #7D7EB6. Grayscale: #7B7B7B. Windows color (decimal): -8224439 or 4817282. OLE color: 4817282.

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

Color convert

RGB 130 129 73 -
CMYK 0 0.01 0.44 0.49
HSL 58.95º 0.28% 0.4% -
HSV(B) 58.95º 0.44% 0.51% -
XYZ 18.26 20.93 9.38 -
YUV 122.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 130 129 73 0 0.01 0.44 0.49 58.95 0.28 0.4
Hex 82 81 49 0 1 2C 31 3B 1C 28
Octal 202 201 111 0 1 54 61 73 34 50
Binary 10000010 10000001 1001001 0 1 101100 110001 111011 11100 101000

Color Harmonies of #828149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828149

Black with #828149

Text Example


Text Example

White with #828149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828149; }

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

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

background-color css

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

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

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

border-color css

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

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

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