Html Css Color HEX #827F5B Kokoda

📋 copy color: '#827F5B'

red 130 ◦ green 127 ◦ blue 91

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

Shades of Kokoda #827F5B

Tints of Kokoda #827F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.15%

R = 37.36%
G = 36.49%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#827F5B (or 0x827F5B) is known color: Kokoda. HEX triplet: 82, 7F and 5B. RGB value is (130,127,91). Sum of RGB (Red+Green+Blue) = 130+127+91=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #827F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F5B is #7D80A4. Grayscale: #7B7B7B. Windows color (decimal): -8224933 or 5996418. OLE color: 5996418.

HSL color Cylindrical-coordinate representation of color #827F5B: hue angle of 55.38º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #827F5B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 91 -
CMYK 0 0.02 0.30 0.49
HSL 55.38º 0.18% 0.43% -
HSV(B) 55.38º 0.3% 0.51% -
XYZ 18.68 20.68 12.9 -
YUV 123.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 130 127 91 0 0.02 0.30 0.49 55.38 0.18 0.43
Hex 82 7F 5B 0 2 1E 31 37 12 2B
Octal 202 177 133 0 2 36 61 67 22 53
Binary 10000010 1111111 1011011 0 10 11110 110001 110111 10010 101011

Color Harmonies of #827F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F5B

Black with #827F5B

Text Example


Text Example

White with #827F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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