Html Css Color HEX #82603F Dark Wood

📋 copy color: '#82603F'

red 130 ◦ green 96 ◦ blue 63

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

Shades of Dark Wood #82603F

Tints of Dark Wood #82603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.22%

 BLUE value IS 63 (25% from 255) = 21.8%

R = 44.98%
G = 33.22%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82603F (or 0x82603F) is known color: Dark Wood. HEX triplet: 82, 60 and 3F. RGB value is (130,96,63). Sum of RGB (Red+Green+Blue) = 130+96+63=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #82603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82603F is #7D9FC0. Grayscale: #666666. Windows color (decimal): -8232897 or 4153474. OLE color: 4153474.

HSL color Cylindrical-coordinate representation of color #82603F: hue angle of 29.55º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82603F is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 96 63 -
CMYK 0 0.26 0.52 0.49
HSL 29.55º 0.35% 0.38% -
HSV(B) 29.55º 0.52% 0.51% -
XYZ 14.29 13.47 6.55 -
YUV 102.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 130 96 63 0 0.26 0.52 0.49 29.55 0.35 0.38
Hex 82 60 3F 0 1A 34 31 1E 23 26
Octal 202 140 77 0 32 64 61 36 43 46
Binary 10000010 1100000 111111 0 11010 110100 110001 11110 100011 100110

Color Harmonies of #82603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82603F

Black with #82603F

Text Example


Text Example

White with #82603F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,96,63); }

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

background-color css

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

 a { background-color: rgb(130,96,63); }

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

border-color css

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

 span { border-color: rgb(130,96,63); }

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