Html Css Color HEX #827F58 Kokoda

📋 copy color: '#827F58'

red 130 ◦ green 127 ◦ blue 88

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

Shades of Kokoda #827F58

Tints of Kokoda #827F58

RGB

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

 GREEN value IS 127 (50% from 255) = 36.81%

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

R = 37.68%
G = 36.81%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#827F58 (or 0x827F58) is known color: Kokoda. HEX triplet: 82, 7F and 58. RGB value is (130,127,88). Sum of RGB (Red+Green+Blue) = 130+127+88=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #827F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F58 is #7D80A7. Grayscale: #7B7B7B. Windows color (decimal): -8224936 or 5799810. OLE color: 5799810.

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

Color convert

RGB 130 127 88 -
CMYK 0 0.02 0.32 0.49
HSL 55.71º 0.19% 0.43% -
HSV(B) 55.71º 0.32% 0.51% -
XYZ 18.56 20.63 12.24 -
YUV 123.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 130 127 88 0 0.02 0.32 0.49 55.71 0.19 0.43
Hex 82 7F 58 0 2 20 31 38 13 2B
Octal 202 177 130 0 2 40 61 70 23 53
Binary 10000010 1111111 1011000 0 10 100000 110001 111000 10011 101011

Color Harmonies of #827F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F58

Black with #827F58

Text Example


Text Example

White with #827F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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