Html Css Color HEX #818259 Kokoda

📋 copy color: '#818259'

red 129 ◦ green 130 ◦ blue 89

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

Shades of Kokoda #818259

Tints of Kokoda #818259

RGB

 RED value IS 129 (50.78% from 255) = 37.07%

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

 BLUE value IS 89 (35.16% from 255) = 25.57%

R = 37.07%
G = 37.36%
B = 25.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#818259 (or 0x818259) is known color: Kokoda. HEX triplet: 81, 82 and 59. RGB value is (129,130,89). Sum of RGB (Red+Green+Blue) = 129+130+89=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 130 - color contains mainly: green. Hex color #818259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818259 is #7E7DA6. Grayscale: #7D7D7D. Windows color (decimal): -8289703 or 5866113. OLE color: 5866113.

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

Color convert

RGB 129 130 89 -
CMYK 0.01 0 0.32 0.49
HSL 61.46º 0.19% 0.43% -
HSV(B) 61.46º 0.32% 0.51% -
XYZ 18.84 21.35 12.58 -
YUV 125.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 129 130 89 0.01 0 0.32 0.49 61.46 0.19 0.43
Hex 81 82 59 1 0 20 31 3D 13 2B
Octal 201 202 131 1 0 40 61 75 23 53
Binary 10000001 10000010 1011001 1 0 100000 110001 111101 10011 101011

Color Harmonies of #818259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818259

Black with #818259

Text Example


Text Example

White with #818259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818259; }

 p { color: rgb(129,130,89); }

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

background-color css

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

 a { background-color: rgb(129,130,89); }

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

border-color css

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

 span { border-color: rgb(129,130,89); }

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