Html Css Color HEX #828257 Kokoda

📋 copy color: '#828257'

red 130 ◦ green 130 ◦ blue 87

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

Shades of Kokoda #828257

Tints of Kokoda #828257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.07%

R = 37.46%
G = 37.46%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#828257 (or 0x828257) is known color: Kokoda. HEX triplet: 82, 82 and 57. RGB value is (130,130,87). Sum of RGB (Red+Green+Blue) = 130+130+87=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828257 is #7D7DA8. Grayscale: #7D7D7D. Windows color (decimal): -8224169 or 5735042. OLE color: 5735042.

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

Color convert

RGB 130 130 87 -
CMYK 0 0 0.33 0.49
HSL 60º 0.2% 0.43% -
HSV(B) 60º 0.33% 0.51% -
XYZ 18.91 21.4 12.15 -
YUV 125.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 130 130 87 0 0 0.33 0.49 60 0.2 0.43
Hex 82 82 57 0 0 21 31 3C 14 2B
Octal 202 202 127 0 0 41 61 74 24 53
Binary 10000010 10000010 1010111 0 0 100001 110001 111100 10100 101011

Color Harmonies of #828257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828257

Black with #828257

Text Example


Text Example

White with #828257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828257; }

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

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

background-color css

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

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

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

border-color css

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

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

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