Html Css Color HEX #827F53 Kokoda

📋 copy color: '#827F53'

red 130 ◦ green 127 ◦ blue 83

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

Shades of Kokoda #827F53

Tints of Kokoda #827F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.41%

R = 38.24%
G = 37.35%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#827F53 (or 0x827F53) is known color: Kokoda. HEX triplet: 82, 7F and 53. RGB value is (130,127,83). Sum of RGB (Red+Green+Blue) = 130+127+83=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #827F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F53 is #7D80AC. Grayscale: #7B7B7B. Windows color (decimal): -8224941 or 5472130. OLE color: 5472130.

HSL color Cylindrical-coordinate representation of color #827F53: hue angle of 56.17º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #827F53 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 83 -
CMYK 0 0.02 0.36 0.49
HSL 56.17º 0.22% 0.42% -
HSV(B) 56.17º 0.36% 0.51% -
XYZ 18.36 20.55 11.18 -
YUV 122.88 105.49 133.08 -
System Red Green Blue C M Y K H S L
Decimal 130 127 83 0 0.02 0.36 0.49 56.17 0.22 0.42
Hex 82 7F 53 0 2 24 31 38 16 2A
Octal 202 177 123 0 2 44 61 70 26 52
Binary 10000010 1111111 1010011 0 10 100100 110001 111000 10110 101010

Color Harmonies of #827F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F53

Black with #827F53

Text Example


Text Example

White with #827F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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