Html Css Color HEX #828350 Kokoda

📋 copy color: '#828350'

red 130 ◦ green 131 ◦ blue 80

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

Shades of Kokoda #828350

Tints of Kokoda #828350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 38.12%
G = 38.42%
B = 23.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#828350 (or 0x828350) is known color: Kokoda. HEX triplet: 82, 83 and 50. RGB value is (130,131,80). Sum of RGB (Red+Green+Blue) = 130+131+80=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #828350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828350 is #7D7CAF. Grayscale: #7D7D7D. Windows color (decimal): -8223920 or 5276546. OLE color: 5276546.

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

Color convert

RGB 130 131 80 -
CMYK 0.01 0 0.39 0.49
HSL 61.18º 0.24% 0.41% -
HSV(B) 61.18º 0.39% 0.51% -
XYZ 18.77 21.56 10.76 -
YUV 124.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 130 131 80 0.01 0 0.39 0.49 61.18 0.24 0.41
Hex 82 83 50 1 0 27 31 3D 18 29
Octal 202 203 120 1 0 47 61 75 30 51
Binary 10000010 10000011 1010000 1 0 100111 110001 111101 11000 101001

Color Harmonies of #828350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828350

Black with #828350

Text Example


Text Example

White with #828350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828350; }

 p { color: rgb(130,131,80); }

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

background-color css

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

 a { background-color: rgb(130,131,80); }

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

border-color css

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

 span { border-color: rgb(130,131,80); }

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