Html Css Color HEX #82814B Kokoda

📋 copy color: '#82814B'

red 130 ◦ green 129 ◦ blue 75

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

Shades of Kokoda #82814B

Tints of Kokoda #82814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.62%

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 38.92%
G = 38.62%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82814B (or 0x82814B) is known color: Kokoda. HEX triplet: 82, 81 and 4B. RGB value is (130,129,75). Sum of RGB (Red+Green+Blue) = 130+129+75=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #82814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82814B is #7D7EB4. Grayscale: #7B7B7B. Windows color (decimal): -8224437 or 4948354. OLE color: 4948354.

HSL color Cylindrical-coordinate representation of color #82814B: hue angle of 58.91º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82814B is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 129 75 -
CMYK 0 0.01 0.42 0.49
HSL 58.91º 0.27% 0.4% -
HSV(B) 58.91º 0.42% 0.51% -
XYZ 18.33 20.95 9.74 -
YUV 123.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 130 129 75 0 0.01 0.42 0.49 58.91 0.27 0.4
Hex 82 81 4B 0 1 2A 31 3B 1B 28
Octal 202 201 113 0 1 52 61 73 33 50
Binary 10000010 10000001 1001011 0 1 101010 110001 111011 11011 101000

Color Harmonies of #82814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82814B

Black with #82814B

Text Example


Text Example

White with #82814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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