Html Css Color HEX #817D4C Kokoda

📋 copy color: '#817D4C'

red 129 ◦ green 125 ◦ blue 76

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

Shades of Kokoda #817D4C

Tints of Kokoda #817D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 39.09%
G = 37.88%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#817D4C (or 0x817D4C) is known color: Kokoda. HEX triplet: 81, 7D and 4C. RGB value is (129,125,76). Sum of RGB (Red+Green+Blue) = 129+125+76=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #817D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817D4C is #7E82B3. Grayscale: #787878. Windows color (decimal): -8290996 or 5012865. OLE color: 5012865.

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

Color convert

RGB 129 125 76 -
CMYK 0 0.03 0.41 0.49
HSL 55.47º 0.26% 0.4% -
HSV(B) 55.47º 0.41% 0.51% -
XYZ 17.69 19.86 9.74 -
YUV 120.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 129 125 76 0 0.03 0.41 0.49 55.47 0.26 0.4
Hex 81 7D 4C 0 3 29 31 37 1A 28
Octal 201 175 114 0 3 51 61 67 32 50
Binary 10000001 1111101 1001100 0 11 101001 110001 110111 11010 101000

Color Harmonies of #817D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817D4C

Black with #817D4C

Text Example


Text Example

White with #817D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,125,76); }

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

background-color css

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

 a { background-color: rgb(129,125,76); }

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

border-color css

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

 span { border-color: rgb(129,125,76); }

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