Html Css Color HEX #827D4F Kokoda

📋 copy color: '#827D4F'

red 130 ◦ green 125 ◦ blue 79

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

Shades of Kokoda #827D4F

Tints of Kokoda #827D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 38.92%
G = 37.43%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#827D4F (or 0x827D4F) is known color: Kokoda. HEX triplet: 82, 7D and 4F. RGB value is (130,125,79). Sum of RGB (Red+Green+Blue) = 130+125+79=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #827D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D4F is #7D82B0. Grayscale: #797979. Windows color (decimal): -8225457 or 5209474. OLE color: 5209474.

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

Color convert

RGB 130 125 79 -
CMYK 0 0.04 0.39 0.49
HSL 54.12º 0.24% 0.41% -
HSV(B) 54.12º 0.39% 0.51% -
XYZ 17.95 19.98 10.31 -
YUV 121.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 130 125 79 0 0.04 0.39 0.49 54.12 0.24 0.41
Hex 82 7D 4F 0 4 27 31 36 18 29
Octal 202 175 117 0 4 47 61 66 30 51
Binary 10000010 1111101 1001111 0 100 100111 110001 110110 11000 101001

Color Harmonies of #827D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D4F

Black with #827D4F

Text Example


Text Example

White with #827D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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