Html Css Color HEX #827E47 Kokoda

📋 copy color: '#827E47'

red 130 ◦ green 126 ◦ blue 71

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

Shades of Kokoda #827E47

Tints of Kokoda #827E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.71%

R = 39.76%
G = 38.53%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#827E47 (or 0x827E47) is known color: Kokoda. HEX triplet: 82, 7E and 47. RGB value is (130,126,71). Sum of RGB (Red+Green+Blue) = 130+126+71=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #827E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E47 is #7D81B8. Grayscale: #797979. Windows color (decimal): -8225209 or 4685442. OLE color: 4685442.

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

Color convert

RGB 130 126 71 -
CMYK 0 0.03 0.45 0.49
HSL 55.93º 0.29% 0.39% -
HSV(B) 55.93º 0.45% 0.51% -
XYZ 17.8 20.12 8.91 -
YUV 120.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 130 126 71 0 0.03 0.45 0.49 55.93 0.29 0.39
Hex 82 7E 47 0 3 2D 31 38 1D 27
Octal 202 176 107 0 3 55 61 70 35 47
Binary 10000010 1111110 1000111 0 11 101101 110001 111000 11101 100111

Color Harmonies of #827E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E47

Black with #827E47

Text Example


Text Example

White with #827E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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