Html Css Color HEX #82834D Kokoda

📋 copy color: '#82834D'

red 130 ◦ green 131 ◦ blue 77

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

Shades of Kokoda #82834D

Tints of Kokoda #82834D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 38.46%
G = 38.76%
B = 22.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82834D (or 0x82834D) is known color: Kokoda. HEX triplet: 82, 83 and 4D. RGB value is (130,131,77). Sum of RGB (Red+Green+Blue) = 130+131+77=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #82834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82834D is #7D7CB2. Grayscale: #7C7C7C. Windows color (decimal): -8223923 or 5079938. OLE color: 5079938.

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

Color convert

RGB 130 131 77 -
CMYK 0.01 0 0.41 0.49
HSL 61.11º 0.26% 0.41% -
HSV(B) 61.11º 0.41% 0.51% -
XYZ 18.66 21.51 10.19 -
YUV 124.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 130 131 77 0.01 0 0.41 0.49 61.11 0.26 0.41
Hex 82 83 4D 1 0 29 31 3D 1A 29
Octal 202 203 115 1 0 51 61 75 32 51
Binary 10000010 10000011 1001101 1 0 101001 110001 111101 11010 101001

Color Harmonies of #82834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82834D

Black with #82834D

Text Example


Text Example

White with #82834D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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