Html Css Color HEX #817E5D Kokoda

📋 copy color: '#817E5D'

red 129 ◦ green 126 ◦ blue 93

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

Shades of Kokoda #817E5D

Tints of Kokoda #817E5D

RGB

 RED value IS 129 (50.78% from 255) = 37.07%

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

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

R = 37.07%
G = 36.21%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#817E5D (or 0x817E5D) is known color: Kokoda. HEX triplet: 81, 7E and 5D. RGB value is (129,126,93). Sum of RGB (Red+Green+Blue) = 129+126+93=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 129 - color contains mainly: red. Hex color #817E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E5D is #7E81A2. Grayscale: #7B7B7B. Windows color (decimal): -8290723 or 6127233. OLE color: 6127233.

HSL color Cylindrical-coordinate representation of color #817E5D: hue angle of 55º degrees, saturation: 0.16, 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 #817E5D is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 126 93 -
CMYK 0 0.02 0.28 0.49
HSL 55º 0.16% 0.44% -
HSV(B) 55º 0.28% 0.51% -
XYZ 18.49 20.38 13.31 -
YUV 123.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 129 126 93 0 0.02 0.28 0.49 55 0.16 0.44
Hex 81 7E 5D 0 2 1C 31 37 10 2C
Octal 201 176 135 0 2 34 61 67 20 54
Binary 10000001 1111110 1011101 0 10 11100 110001 110111 10000 101100

Color Harmonies of #817E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817E5D

Black with #817E5D

Text Example


Text Example

White with #817E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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