Html Css Color HEX #827C55 Kokoda

📋 copy color: '#827C55'

red 130 ◦ green 124 ◦ blue 85

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

Shades of Kokoda #827C55

Tints of Kokoda #827C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 38.35%
G = 36.58%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#827C55 (or 0x827C55) is known color: Kokoda. HEX triplet: 82, 7C and 55. RGB value is (130,124,85). Sum of RGB (Red+Green+Blue) = 130+124+85=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #827C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C55 is #7D83AA. Grayscale: #797979. Windows color (decimal): -8225707 or 5602434. OLE color: 5602434.

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

Color convert

RGB 130 124 85 -
CMYK 0 0.05 0.35 0.49
HSL 52º 0.21% 0.42% -
HSV(B) 52º 0.35% 0.51% -
XYZ 18.05 19.82 11.47 -
YUV 121.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 130 124 85 0 0.05 0.35 0.49 52 0.21 0.42
Hex 82 7C 55 0 5 23 31 34 15 2A
Octal 202 174 125 0 5 43 61 64 25 52
Binary 10000010 1111100 1010101 0 101 100011 110001 110100 10101 101010

Color Harmonies of #827C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C55

Black with #827C55

Text Example


Text Example

White with #827C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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