Html Css Color HEX #82613D Dark Wood

📋 copy color: '#82613D'

red 130 ◦ green 97 ◦ blue 61

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

Shades of Dark Wood #82613D

Tints of Dark Wood #82613D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.18%

R = 45.14%
G = 33.68%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#82613D (or 0x82613D) is known color: Dark Wood. HEX triplet: 82, 61 and 3D. RGB value is (130,97,61). Sum of RGB (Red+Green+Blue) = 130+97+61=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82613D is #7D9EC2. Grayscale: #666666. Windows color (decimal): -8232643 or 4022658. OLE color: 4022658.

HSL color Cylindrical-coordinate representation of color #82613D: hue angle of 31.3º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82613D is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 97 61 -
CMYK 0 0.25 0.53 0.49
HSL 31.3º 0.36% 0.37% -
HSV(B) 31.3º 0.53% 0.51% -
XYZ 14.32 13.63 6.29 -
YUV 102.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 130 97 61 0 0.25 0.53 0.49 31.3 0.36 0.37
Hex 82 61 3D 0 19 35 31 1F 24 25
Octal 202 141 75 0 31 65 61 37 44 45
Binary 10000010 1100001 111101 0 11001 110101 110001 11111 100100 100101

Color Harmonies of #82613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82613D

Black with #82613D

Text Example


Text Example

White with #82613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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