Html Css Color HEX #82834F Kokoda

📋 copy color: '#82834F'

red 130 ◦ green 131 ◦ blue 79

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

Shades of Kokoda #82834F

Tints of Kokoda #82834F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.24%

R = 38.24%
G = 38.53%
B = 23.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#82834F (or 0x82834F) is known color: Kokoda. HEX triplet: 82, 83 and 4F. RGB value is (130,131,79). Sum of RGB (Red+Green+Blue) = 130+131+79=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #82834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82834F is #7D7CB0. Grayscale: #7C7C7C. Windows color (decimal): -8223921 or 5211010. OLE color: 5211010.

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

Color convert

RGB 130 131 79 -
CMYK 0.01 0 0.40 0.49
HSL 61.15º 0.25% 0.41% -
HSV(B) 61.15º 0.4% 0.51% -
XYZ 18.73 21.54 10.57 -
YUV 124.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 130 131 79 0.01 0 0.40 0.49 61.15 0.25 0.41
Hex 82 83 4F 1 0 28 31 3D 19 29
Octal 202 203 117 1 0 50 61 75 31 51
Binary 10000010 10000011 1001111 1 0 101000 110001 111101 11001 101001

Color Harmonies of #82834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82834F

Black with #82834F

Text Example


Text Example

White with #82834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82834F; }

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

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

background-color css

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

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

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

border-color css

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

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

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