Html Css Color HEX #827C53 Kokoda

📋 copy color: '#827C53'

red 130 ◦ green 124 ◦ blue 83

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

Shades of Kokoda #827C53

Tints of Kokoda #827C53

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.8%

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 38.58%
G = 36.8%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#827C53 (or 0x827C53) is known color: Kokoda. HEX triplet: 82, 7C and 53. RGB value is (130,124,83). Sum of RGB (Red+Green+Blue) = 130+124+83=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #827C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C53 is #7D83AC. Grayscale: #797979. Windows color (decimal): -8225709 or 5471362. OLE color: 5471362.

HSL color Cylindrical-coordinate representation of color #827C53: hue angle of 52.34º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #827C53 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 124 83 -
CMYK 0 0.05 0.36 0.49
HSL 52.34º 0.22% 0.42% -
HSV(B) 52.34º 0.36% 0.51% -
XYZ 17.97 19.79 11.06 -
YUV 121.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 130 124 83 0 0.05 0.36 0.49 52.34 0.22 0.42
Hex 82 7C 53 0 5 24 31 34 16 2A
Octal 202 174 123 0 5 44 61 64 26 52
Binary 10000010 1111100 1010011 0 101 100100 110001 110100 10110 101010

Color Harmonies of #827C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C53

Black with #827C53

Text Example


Text Example

White with #827C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,124,83); }

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

background-color css

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

 a { background-color: rgb(130,124,83); }

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

border-color css

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

 span { border-color: rgb(130,124,83); }

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