Html Css Color HEX #827E5E Kokoda

📋 copy color: '#827E5E'

red 130 ◦ green 126 ◦ blue 94

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

Shades of Kokoda #827E5E

Tints of Kokoda #827E5E

RGB

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

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

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

R = 37.14%
G = 36%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#827E5E (or 0x827E5E) is known color: Kokoda. HEX triplet: 82, 7E and 5E. RGB value is (130,126,94). Sum of RGB (Red+Green+Blue) = 130+126+94=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #827E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E5E is #7D81A1. Grayscale: #7B7B7B. Windows color (decimal): -8225186 or 6192770. OLE color: 6192770.

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

Color convert

RGB 130 126 94 -
CMYK 0 0.03 0.28 0.49
HSL 53.33º 0.16% 0.44% -
HSV(B) 53.33º 0.28% 0.51% -
XYZ 18.69 20.48 13.56 -
YUV 123.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 130 126 94 0 0.03 0.28 0.49 53.33 0.16 0.44
Hex 82 7E 5E 0 3 1C 31 35 10 2C
Octal 202 176 136 0 3 34 61 65 20 54
Binary 10000010 1111110 1011110 0 11 11100 110001 110101 10000 101100

Color Harmonies of #827E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E5E

Black with #827E5E

Text Example


Text Example

White with #827E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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