Html Css Color HEX #826148 Dark Wood

📋 copy color: '#826148'

red 130 ◦ green 97 ◦ blue 72

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

Shades of Dark Wood #826148

Tints of Dark Wood #826148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 43.48%
G = 32.44%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#826148 (or 0x826148) is known color: Dark Wood. HEX triplet: 82, 61 and 48. RGB value is (130,97,72). Sum of RGB (Red+Green+Blue) = 130+97+72=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #826148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826148 is #7D9EB7. Grayscale: #686868. Windows color (decimal): -8232632 or 4743554. OLE color: 4743554.

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

Color convert

RGB 130 97 72 -
CMYK 0 0.25 0.45 0.49
HSL 25.86º 0.29% 0.4% -
HSV(B) 25.86º 0.45% 0.51% -
XYZ 14.65 13.76 8.02 -
YUV 104.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 130 97 72 0 0.25 0.45 0.49 25.86 0.29 0.4
Hex 82 61 48 0 19 2D 31 1A 1D 28
Octal 202 141 110 0 31 55 61 32 35 50
Binary 10000010 1100001 1001000 0 11001 101101 110001 11010 11101 101000

Color Harmonies of #826148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826148

Black with #826148

Text Example


Text Example

White with #826148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826148; }

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

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

background-color css

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

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

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

border-color css

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

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

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