Html Css Color HEX #827E57 Kokoda

📋 copy color: '#827E57'

red 130 ◦ green 126 ◦ blue 87

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

Shades of Kokoda #827E57

Tints of Kokoda #827E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.36%

R = 37.9%
G = 36.73%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#827E57 (or 0x827E57) is known color: Kokoda. HEX triplet: 82, 7E and 57. RGB value is (130,126,87). Sum of RGB (Red+Green+Blue) = 130+126+87=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #827E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E57 is #7D81A8. Grayscale: #7A7A7A. Windows color (decimal): -8225193 or 5734018. OLE color: 5734018.

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

Color convert

RGB 130 126 87 -
CMYK 0 0.03 0.33 0.49
HSL 54.42º 0.2% 0.43% -
HSV(B) 54.42º 0.33% 0.51% -
XYZ 18.39 20.36 11.98 -
YUV 122.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 130 126 87 0 0.03 0.33 0.49 54.42 0.2 0.43
Hex 82 7E 57 0 3 21 31 36 14 2B
Octal 202 176 127 0 3 41 61 66 24 53
Binary 10000010 1111110 1010111 0 11 100001 110001 110110 10100 101011

Color Harmonies of #827E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E57

Black with #827E57

Text Example


Text Example

White with #827E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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