Html Css Color HEX #827C52 Kokoda

📋 copy color: '#827C52'

red 130 ◦ green 124 ◦ blue 82

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

Shades of Kokoda #827C52

Tints of Kokoda #827C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.4%

R = 38.69%
G = 36.9%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#827C52 (or 0x827C52) is known color: Kokoda. HEX triplet: 82, 7C and 52. RGB value is (130,124,82). Sum of RGB (Red+Green+Blue) = 130+124+82=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #827C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C52 is #7D83AD. Grayscale: #797979. Windows color (decimal): -8225710 or 5405826. OLE color: 5405826.

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

Color convert

RGB 130 124 82 -
CMYK 0 0.05 0.37 0.49
HSL 52.5º 0.23% 0.42% -
HSV(B) 52.5º 0.37% 0.51% -
XYZ 17.94 19.77 10.85 -
YUV 121.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 130 124 82 0 0.05 0.37 0.49 52.5 0.23 0.42
Hex 82 7C 52 0 5 25 31 34 17 2A
Octal 202 174 122 0 5 45 61 64 27 52
Binary 10000010 1111100 1010010 0 101 100101 110001 110100 10111 101010

Color Harmonies of #827C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C52

Black with #827C52

Text Example


Text Example

White with #827C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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