Html Css Color HEX #827E50 Kokoda

📋 copy color: '#827E50'

red 130 ◦ green 126 ◦ blue 80

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

Shades of Kokoda #827E50

Tints of Kokoda #827E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 38.69%
G = 37.5%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#827E50 (or 0x827E50) is known color: Kokoda. HEX triplet: 82, 7E and 50. RGB value is (130,126,80). Sum of RGB (Red+Green+Blue) = 130+126+80=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #827E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E50 is #7D81AF. Grayscale: #7A7A7A. Windows color (decimal): -8225200 or 5275266. OLE color: 5275266.

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

Color convert

RGB 130 126 80 -
CMYK 0 0.03 0.38 0.49
HSL 55.2º 0.24% 0.41% -
HSV(B) 55.2º 0.38% 0.51% -
XYZ 18.11 20.25 10.54 -
YUV 121.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 130 126 80 0 0.03 0.38 0.49 55.2 0.24 0.41
Hex 82 7E 50 0 3 26 31 37 18 29
Octal 202 176 120 0 3 46 61 67 30 51
Binary 10000010 1111110 1010000 0 11 100110 110001 110111 11000 101001

Color Harmonies of #827E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E50

Black with #827E50

Text Example


Text Example

White with #827E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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