Html Css Color HEX #827E59 Kokoda

📋 copy color: '#827E59'

red 130 ◦ green 126 ◦ blue 89

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

Shades of Kokoda #827E59

Tints of Kokoda #827E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.8%

R = 37.68%
G = 36.52%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#827E59 (or 0x827E59) is known color: Kokoda. HEX triplet: 82, 7E and 59. RGB value is (130,126,89). Sum of RGB (Red+Green+Blue) = 130+126+89=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #827E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E59 is #7D81A6. Grayscale: #7B7B7B. Windows color (decimal): -8225191 or 5865090. OLE color: 5865090.

HSL color Cylindrical-coordinate representation of color #827E59: hue angle of 54.15º 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 #827E59 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 89 -
CMYK 0 0.03 0.32 0.49
HSL 54.15º 0.19% 0.43% -
HSV(B) 54.15º 0.32% 0.51% -
XYZ 18.47 20.39 12.41 -
YUV 122.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 130 126 89 0 0.03 0.32 0.49 54.15 0.19 0.43
Hex 82 7E 59 0 3 20 31 36 13 2B
Octal 202 176 131 0 3 40 61 66 23 53
Binary 10000010 1111110 1011001 0 11 100000 110001 110110 10011 101011

Color Harmonies of #827E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E59

Black with #827E59

Text Example


Text Example

White with #827E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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