Html Css Color HEX #827C58 Kokoda

📋 copy color: '#827C58'

red 130 ◦ green 124 ◦ blue 88

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

Shades of Kokoda #827C58

Tints of Kokoda #827C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.73%

R = 38.01%
G = 36.26%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#827C58 (or 0x827C58) is known color: Kokoda. HEX triplet: 82, 7C and 58. RGB value is (130,124,88). Sum of RGB (Red+Green+Blue) = 130+124+88=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #827C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C58 is #7D83A7. Grayscale: #797979. Windows color (decimal): -8225704 or 5799042. OLE color: 5799042.

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

Color convert

RGB 130 124 88 -
CMYK 0 0.05 0.32 0.49
HSL 51.43º 0.19% 0.43% -
HSV(B) 51.43º 0.32% 0.51% -
XYZ 18.18 19.87 12.11 -
YUV 121.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 130 124 88 0 0.05 0.32 0.49 51.43 0.19 0.43
Hex 82 7C 58 0 5 20 31 33 13 2B
Octal 202 174 130 0 5 40 61 63 23 53
Binary 10000010 1111100 1011000 0 101 100000 110001 110011 10011 101011

Color Harmonies of #827C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C58

Black with #827C58

Text Example


Text Example

White with #827C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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