Html Css Color HEX #828248 Kokoda

📋 copy color: '#828248'

red 130 ◦ green 130 ◦ blue 72

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

Shades of Kokoda #828248

Tints of Kokoda #828248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.69%

R = 39.16%
G = 39.16%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#828248 (or 0x828248) is known color: Kokoda. HEX triplet: 82, 82 and 48. RGB value is (130,130,72). Sum of RGB (Red+Green+Blue) = 130+130+72=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828248 is #7D7DB7. Grayscale: #7B7B7B. Windows color (decimal): -8224184 or 4752002. OLE color: 4752002.

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

Color convert

RGB 130 130 72 -
CMYK 0 0 0.45 0.49
HSL 60º 0.29% 0.4% -
HSV(B) 60º 0.45% 0.51% -
XYZ 18.36 21.18 9.25 -
YUV 123.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 130 130 72 0 0 0.45 0.49 60 0.29 0.4
Hex 82 82 48 0 0 2D 31 3C 1D 28
Octal 202 202 110 0 0 55 61 74 35 50
Binary 10000010 10000010 1001000 0 0 101101 110001 111100 11101 101000

Color Harmonies of #828248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828248

Black with #828248

Text Example


Text Example

White with #828248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828248; }

 p { color: rgb(130,130,72); }

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

background-color css

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

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

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

border-color css

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

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

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