Html Css Color HEX #808248 Kokoda

📋 copy color: '#808248'

red 128 ◦ green 130 ◦ blue 72

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

Shades of Kokoda #808248

Tints of Kokoda #808248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 38.79%
G = 39.39%
B = 21.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#808248 (or 0x808248) is known color: Kokoda. HEX triplet: 80, 82 and 48. RGB value is (128,130,72). Sum of RGB (Red+Green+Blue) = 128+130+72=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #808248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808248 is #7F7DB7. Grayscale: #7B7B7B. Windows color (decimal): -8355256 or 4752000. OLE color: 4752000.

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

Color convert

RGB 128 130 72 -
CMYK 0.02 0 0.45 0.49
HSL 62.07º 0.29% 0.4% -
HSV(B) 62.07º 0.45% 0.51% -
XYZ 18.05 21.02 9.24 -
YUV 122.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 128 130 72 0.02 0 0.45 0.49 62.07 0.29 0.4
Hex 80 82 48 2 0 2D 31 3E 1D 28
Octal 200 202 110 2 0 55 61 76 35 50
Binary 10000000 10000010 1001000 10 0 101101 110001 111110 11101 101000

Color Harmonies of #808248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808248

Black with #808248

Text Example


Text Example

White with #808248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808248; }

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

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

background-color css

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

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

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

border-color css

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

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

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