Html Css Color HEX #827D5D Kokoda

📋 copy color: '#827D5D'

red 130 ◦ green 125 ◦ blue 93

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

Shades of Kokoda #827D5D

Tints of Kokoda #827D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

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

R = 37.36%
G = 35.92%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#827D5D (or 0x827D5D) is known color: Kokoda. HEX triplet: 82, 7D and 5D. RGB value is (130,125,93). Sum of RGB (Red+Green+Blue) = 130+125+93=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #827D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D5D is #7D82A2. Grayscale: #7A7A7A. Windows color (decimal): -8225443 or 6126978. OLE color: 6126978.

HSL color Cylindrical-coordinate representation of color #827D5D: hue angle of 51.89º 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 #827D5D is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 125 93 -
CMYK 0 0.04 0.28 0.49
HSL 51.89º 0.17% 0.44% -
HSV(B) 51.89º 0.28% 0.51% -
XYZ 18.52 20.2 13.28 -
YUV 122.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 130 125 93 0 0.04 0.28 0.49 51.89 0.17 0.44
Hex 82 7D 5D 0 4 1C 31 34 11 2C
Octal 202 175 135 0 4 34 61 64 21 54
Binary 10000010 1111101 1011101 0 100 11100 110001 110100 10001 101100

Color Harmonies of #827D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D5D

Black with #827D5D

Text Example


Text Example

White with #827D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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