Html Css Color HEX #827F5E Kokoda

📋 copy color: '#827F5E'

red 130 ◦ green 127 ◦ blue 94

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

Shades of Kokoda #827F5E

Tints of Kokoda #827F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.78%

R = 37.04%
G = 36.18%
B = 26.78%

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

#827F5E (or 0x827F5E) is known color: Kokoda. HEX triplet: 82, 7F and 5E. RGB value is (130,127,94). Sum of RGB (Red+Green+Blue) = 130+127+94=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #827F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F5E is #7D80A1. Grayscale: #7C7C7C. Windows color (decimal): -8224930 or 6193026. OLE color: 6193026.

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

Color convert

RGB 130 127 94 -
CMYK 0 0.02 0.28 0.49
HSL 55º 0.16% 0.44% -
HSV(B) 55º 0.28% 0.51% -
XYZ 18.82 20.73 13.6 -
YUV 124.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 130 127 94 0 0.02 0.28 0.49 55 0.16 0.44
Hex 82 7F 5E 0 2 1C 31 37 10 2C
Octal 202 177 136 0 2 34 61 67 20 54
Binary 10000010 1111111 1011110 0 10 11100 110001 110111 10000 101100

Color Harmonies of #827F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F5E

Black with #827F5E

Text Example


Text Example

White with #827F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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