Html Css Color HEX #827C4D Kokoda

📋 copy color: '#827C4D'

red 130 ◦ green 124 ◦ blue 77

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

Shades of Kokoda #827C4D

Tints of Kokoda #827C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 39.27%
G = 37.46%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#827C4D (or 0x827C4D) is known color: Kokoda. HEX triplet: 82, 7C and 4D. RGB value is (130,124,77). Sum of RGB (Red+Green+Blue) = 130+124+77=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #827C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C4D is #7D83B2. Grayscale: #787878. Windows color (decimal): -8225715 or 5078146. OLE color: 5078146.

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

Color convert

RGB 130 124 77 -
CMYK 0 0.05 0.41 0.49
HSL 53.21º 0.26% 0.41% -
HSV(B) 53.21º 0.41% 0.51% -
XYZ 17.75 19.7 9.89 -
YUV 120.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 130 124 77 0 0.05 0.41 0.49 53.21 0.26 0.41
Hex 82 7C 4D 0 5 29 31 35 1A 29
Octal 202 174 115 0 5 51 61 65 32 51
Binary 10000010 1111100 1001101 0 101 101001 110001 110101 11010 101001

Color Harmonies of #827C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C4D

Black with #827C4D

Text Example


Text Example

White with #827C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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