Html Css Color HEX #82614A Dark Wood

📋 copy color: '#82614A'

red 130 ◦ green 97 ◦ blue 74

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

Shades of Dark Wood #82614A

Tints of Dark Wood #82614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

 BLUE value IS 74 (29.3% from 255) = 24.58%

R = 43.19%
G = 32.23%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82614A (or 0x82614A) is known color: Dark Wood. HEX triplet: 82, 61 and 4A. RGB value is (130,97,74). Sum of RGB (Red+Green+Blue) = 130+97+74=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #82614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82614A is #7D9EB5. Grayscale: #686868. Windows color (decimal): -8232630 or 4874626. OLE color: 4874626.

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

Color convert

RGB 130 97 74 -
CMYK 0 0.25 0.43 0.49
HSL 24.64º 0.27% 0.4% -
HSV(B) 24.64º 0.43% 0.51% -
XYZ 14.72 13.79 8.36 -
YUV 104.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 130 97 74 0 0.25 0.43 0.49 24.64 0.27 0.4
Hex 82 61 4A 0 19 2B 31 19 1B 28
Octal 202 141 112 0 31 53 61 31 33 50
Binary 10000010 1100001 1001010 0 11001 101011 110001 11001 11011 101000

Color Harmonies of #82614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82614A

Black with #82614A

Text Example


Text Example

White with #82614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82614A; }

 p { color: rgb(130,97,74); }

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

background-color css

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

 a { background-color: rgb(130,97,74); }

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

border-color css

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

 span { border-color: rgb(130,97,74); }

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