Html Css Color HEX #828456 Kokoda

📋 copy color: '#828456'

red 130 ◦ green 132 ◦ blue 86

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

Shades of Kokoda #828456

Tints of Kokoda #828456

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

 BLUE value IS 86 (33.98% from 255) = 24.71%

R = 37.36%
G = 37.93%
B = 24.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#828456 (or 0x828456) is known color: Kokoda. HEX triplet: 82, 84 and 56. RGB value is (130,132,86). Sum of RGB (Red+Green+Blue) = 130+132+86=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #828456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828456 is #7D7BA9. Grayscale: #7E7E7E. Windows color (decimal): -8223658 or 5670018. OLE color: 5670018.

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

Color convert

RGB 130 132 86 -
CMYK 0.02 0 0.35 0.48
HSL 62.61º 0.21% 0.43% -
HSV(B) 62.61º 0.35% 0.52% -
XYZ 19.14 21.92 12.03 -
YUV 126.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 130 132 86 0.02 0 0.35 0.48 62.61 0.21 0.43
Hex 82 84 56 2 0 23 30 3F 15 2B
Octal 202 204 126 2 0 43 60 77 25 53
Binary 10000010 10000100 1010110 10 0 100011 110000 111111 10101 101011

Color Harmonies of #828456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828456

Black with #828456

Text Example


Text Example

White with #828456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828456; }

 p { color: rgb(130,132,86); }

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

background-color css

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

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

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

border-color css

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

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

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