Html Css Color HEX #827E5D Kokoda

📋 copy color: '#827E5D'

red 130 ◦ green 126 ◦ blue 93

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

Shades of Kokoda #827E5D

Tints of Kokoda #827E5D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.1%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 37.25%
G = 36.1%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#827E5D (or 0x827E5D) is known color: Kokoda. HEX triplet: 82, 7E and 5D. RGB value is (130,126,93). Sum of RGB (Red+Green+Blue) = 130+126+93=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #827E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E5D is #7D81A2. Grayscale: #7B7B7B. Windows color (decimal): -8225187 or 6127234. OLE color: 6127234.

HSL color Cylindrical-coordinate representation of color #827E5D: hue angle of 53.51º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #827E5D is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 93 -
CMYK 0 0.03 0.28 0.49
HSL 53.51º 0.17% 0.44% -
HSV(B) 53.51º 0.28% 0.51% -
XYZ 18.64 20.46 13.32 -
YUV 123.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 130 126 93 0 0.03 0.28 0.49 53.51 0.17 0.44
Hex 82 7E 5D 0 3 1C 31 36 11 2C
Octal 202 176 135 0 3 34 61 66 21 54
Binary 10000010 1111110 1011101 0 11 11100 110001 110110 10001 101100

Color Harmonies of #827E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E5D

Black with #827E5D

Text Example


Text Example

White with #827E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,126,93); }

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

background-color css

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

 a { background-color: rgb(130,126,93); }

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

border-color css

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

 span { border-color: rgb(130,126,93); }

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