Html Css Color HEX #827C56 Kokoda

📋 copy color: '#827C56'

red 130 ◦ green 124 ◦ blue 86

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

Shades of Kokoda #827C56

Tints of Kokoda #827C56

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.47%

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

R = 38.24%
G = 36.47%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#827C56 (or 0x827C56) is known color: Kokoda. HEX triplet: 82, 7C and 56. RGB value is (130,124,86). Sum of RGB (Red+Green+Blue) = 130+124+86=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #827C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C56 is #7D83A9. Grayscale: #797979. Windows color (decimal): -8225706 or 5667970. OLE color: 5667970.

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

Color convert

RGB 130 124 86 -
CMYK 0 0.05 0.34 0.49
HSL 51.82º 0.2% 0.42% -
HSV(B) 51.82º 0.34% 0.51% -
XYZ 18.09 19.83 11.68 -
YUV 121.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 130 124 86 0 0.05 0.34 0.49 51.82 0.2 0.42
Hex 82 7C 56 0 5 22 31 34 14 2A
Octal 202 174 126 0 5 42 61 64 24 52
Binary 10000010 1111100 1010110 0 101 100010 110001 110100 10100 101010

Color Harmonies of #827C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C56

Black with #827C56

Text Example


Text Example

White with #827C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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