Html Css Color HEX #828357 Kokoda

📋 copy color: '#828357'

red 130 ◦ green 131 ◦ blue 87

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

Shades of Kokoda #828357

Tints of Kokoda #828357

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.64%

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

R = 37.36%
G = 37.64%
B = 25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#828357 (or 0x828357) is known color: Kokoda. HEX triplet: 82, 83 and 57. RGB value is (130,131,87). Sum of RGB (Red+Green+Blue) = 130+131+87=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 131 - color contains mainly: green. Hex color #828357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828357 is #7D7CA8. Grayscale: #7D7D7D. Windows color (decimal): -8223913 or 5735298. OLE color: 5735298.

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

Color convert

RGB 130 131 87 -
CMYK 0.01 0 0.34 0.49
HSL 61.36º 0.2% 0.43% -
HSV(B) 61.36º 0.34% 0.51% -
XYZ 19.04 21.67 12.2 -
YUV 125.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 130 131 87 0.01 0 0.34 0.49 61.36 0.2 0.43
Hex 82 83 57 1 0 22 31 3D 14 2B
Octal 202 203 127 1 0 42 61 75 24 53
Binary 10000010 10000011 1010111 1 0 100010 110001 111101 10100 101011

Color Harmonies of #828357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828357

Black with #828357

Text Example


Text Example

White with #828357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828357; }

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

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

background-color css

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

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

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

border-color css

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

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

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