Html Css Color HEX #827F4F Kokoda

📋 copy color: '#827F4F'

red 130 ◦ green 127 ◦ blue 79

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

Shades of Kokoda #827F4F

Tints of Kokoda #827F4F

RGB

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

 GREEN value IS 127 (50% from 255) = 37.8%

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

R = 38.69%
G = 37.8%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#827F4F (or 0x827F4F) is known color: Kokoda. HEX triplet: 82, 7F and 4F. RGB value is (130,127,79). Sum of RGB (Red+Green+Blue) = 130+127+79=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #827F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F4F is #7D80B0. Grayscale: #7A7A7A. Windows color (decimal): -8224945 or 5209986. OLE color: 5209986.

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

Color convert

RGB 130 127 79 -
CMYK 0 0.02 0.39 0.49
HSL 56.47º 0.24% 0.41% -
HSV(B) 56.47º 0.39% 0.51% -
XYZ 18.21 20.49 10.39 -
YUV 122.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 130 127 79 0 0.02 0.39 0.49 56.47 0.24 0.41
Hex 82 7F 4F 0 2 27 31 38 18 29
Octal 202 177 117 0 2 47 61 70 30 51
Binary 10000010 1111111 1001111 0 10 100111 110001 111000 11000 101001

Color Harmonies of #827F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F4F

Black with #827F4F

Text Example


Text Example

White with #827F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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