Html Css Color HEX #82623E Dark Wood

📋 copy color: '#82623E'

red 130 ◦ green 98 ◦ blue 62

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

Shades of Dark Wood #82623E

Tints of Dark Wood #82623E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.79%

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 44.83%
G = 33.79%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82623E (or 0x82623E) is known color: Dark Wood. HEX triplet: 82, 62 and 3E. RGB value is (130,98,62). Sum of RGB (Red+Green+Blue) = 130+98+62=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82623E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82623E is #7D9DC1. Grayscale: #676767. Windows color (decimal): -8232386 or 4088450. OLE color: 4088450.

HSL color Cylindrical-coordinate representation of color #82623E: hue angle of 31.76º 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 #82623E is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 62 -
CMYK 0 0.25 0.52 0.49
HSL 31.76º 0.35% 0.38% -
HSV(B) 31.76º 0.52% 0.51% -
XYZ 14.44 13.83 6.47 -
YUV 103.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 130 98 62 0 0.25 0.52 0.49 31.76 0.35 0.38
Hex 82 62 3E 0 19 34 31 20 23 26
Octal 202 142 76 0 31 64 61 40 43 46
Binary 10000010 1100010 111110 0 11001 110100 110001 100000 100011 100110

Color Harmonies of #82623E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82623E

Black with #82623E

Text Example


Text Example

White with #82623E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82623E; }

 p { color: rgb(130,98,62); }

 H1.HeaderClassName
 {
   color: #82623E;
 }
 .AnyTagClassName
 {
   color: #82623E;
 }
</style>

background-color css

<style>
 a { background-color: #82623E; }

 a { background-color: rgb(130,98,62); }

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

border-color css

<style>
 span { border-color: #82623E; }

 span { border-color: rgb(130,98,62); }

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