Html Css Color HEX #828157 Kokoda

📋 copy color: '#828157'

red 130 ◦ green 129 ◦ blue 87

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

Shades of Kokoda #828157

Tints of Kokoda #828157

RGB

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

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

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

R = 37.57%
G = 37.28%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#828157 (or 0x828157) is known color: Kokoda. HEX triplet: 82, 81 and 57. RGB value is (130,129,87). Sum of RGB (Red+Green+Blue) = 130+129+87=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #828157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828157 is #7D7EA8. Grayscale: #7C7C7C. Windows color (decimal): -8224425 or 5734786. OLE color: 5734786.

HSL color Cylindrical-coordinate representation of color #828157: hue angle of 58.6º 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 #828157 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 129 87 -
CMYK 0 0.01 0.33 0.49
HSL 58.6º 0.2% 0.43% -
HSV(B) 58.6º 0.33% 0.51% -
XYZ 18.78 21.13 12.11 -
YUV 124.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 130 129 87 0 0.01 0.33 0.49 58.6 0.2 0.43
Hex 82 81 57 0 1 21 31 3B 14 2B
Octal 202 201 127 0 1 41 61 73 24 53
Binary 10000010 10000001 1010111 0 1 100001 110001 111011 10100 101011

Color Harmonies of #828157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828157

Black with #828157

Text Example


Text Example

White with #828157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828157; }

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

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

background-color css

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

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

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

border-color css

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

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

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