Html Css Color HEX #827C48 Kokoda

📋 copy color: '#827C48'

red 130 ◦ green 124 ◦ blue 72

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

Shades of Kokoda #827C48

Tints of Kokoda #827C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 39.88%
G = 38.04%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#827C48 (or 0x827C48) is known color: Kokoda. HEX triplet: 82, 7C and 48. RGB value is (130,124,72). Sum of RGB (Red+Green+Blue) = 130+124+72=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #827C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C48 is #7D83B7. Grayscale: #787878. Windows color (decimal): -8225720 or 4750466. OLE color: 4750466.

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

Color convert

RGB 130 124 72 -
CMYK 0 0.05 0.45 0.49
HSL 53.79º 0.29% 0.4% -
HSV(B) 53.79º 0.45% 0.51% -
XYZ 17.58 19.63 8.99 -
YUV 119.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 130 124 72 0 0.05 0.45 0.49 53.79 0.29 0.4
Hex 82 7C 48 0 5 2D 31 36 1D 28
Octal 202 174 110 0 5 55 61 66 35 50
Binary 10000010 1111100 1001000 0 101 101101 110001 110110 11101 101000

Color Harmonies of #827C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C48

Black with #827C48

Text Example


Text Example

White with #827C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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