Html Css Color HEX #818253 Kokoda

📋 copy color: '#818253'

red 129 ◦ green 130 ◦ blue 83

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

Shades of Kokoda #818253

Tints of Kokoda #818253

RGB

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

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

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

R = 37.72%
G = 38.01%
B = 24.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#818253 (or 0x818253) is known color: Kokoda. HEX triplet: 81, 82 and 53. RGB value is (129,130,83). Sum of RGB (Red+Green+Blue) = 129+130+83=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #818253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818253 is #7E7DAC. Grayscale: #7C7C7C. Windows color (decimal): -8289709 or 5472897. OLE color: 5472897.

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

Color convert

RGB 129 130 83 -
CMYK 0.01 0 0.36 0.49
HSL 61.28º 0.22% 0.42% -
HSV(B) 61.28º 0.36% 0.51% -
XYZ 18.6 21.26 11.31 -
YUV 124.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 129 130 83 0.01 0 0.36 0.49 61.28 0.22 0.42
Hex 81 82 53 1 0 24 31 3D 16 2A
Octal 201 202 123 1 0 44 61 75 26 52
Binary 10000001 10000010 1010011 1 0 100100 110001 111101 10110 101010

Color Harmonies of #818253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818253

Black with #818253

Text Example


Text Example

White with #818253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818253; }

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

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

background-color css

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

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

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

border-color css

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

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

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