Html Css Color HEX #80824D Kokoda

📋 copy color: '#80824D'

red 128 ◦ green 130 ◦ blue 77

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

Shades of Kokoda #80824D

Tints of Kokoda #80824D

RGB

 RED value IS 128 (50.39% from 255) = 38.21%

 GREEN value IS 130 (51.17% from 255) = 38.81%

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 38.21%
G = 38.81%
B = 22.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#80824D (or 0x80824D) is known color: Kokoda. HEX triplet: 80, 82 and 4D. RGB value is (128,130,77). Sum of RGB (Red+Green+Blue) = 128+130+77=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #80824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80824D is #7F7DB2. Grayscale: #7B7B7B. Windows color (decimal): -8355251 or 5079680. OLE color: 5079680.

HSL color Cylindrical-coordinate representation of color #80824D: hue angle of 62.26º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80824D is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 130 77 -
CMYK 0.02 0 0.41 0.49
HSL 62.26º 0.26% 0.41% -
HSV(B) 62.26º 0.41% 0.51% -
XYZ 18.22 21.09 10.13 -
YUV 123.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 128 130 77 0.02 0 0.41 0.49 62.26 0.26 0.41
Hex 80 82 4D 2 0 29 31 3E 1A 29
Octal 200 202 115 2 0 51 61 76 32 51
Binary 10000000 10000010 1001101 10 0 101001 110001 111110 11010 101001

Color Harmonies of #80824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80824D

Black with #80824D

Text Example


Text Example

White with #80824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80824D; }

 p { color: rgb(128,130,77); }

 H1.HeaderClassName
 {
   color: #80824D;
 }
 .AnyTagClassName
 {
   color: #80824D;
 }
</style>

background-color css

<style>
 a { background-color: #80824D; }

 a { background-color: rgb(128,130,77); }

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

border-color css

<style>
 span { border-color: #80824D; }

 span { border-color: rgb(128,130,77); }

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