Html Css Color HEX #826348 Dark Wood

📋 copy color: '#826348'

red 130 ◦ green 99 ◦ blue 72

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

Shades of Dark Wood #826348

Tints of Dark Wood #826348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 43.19%
G = 32.89%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#826348 (or 0x826348) is known color: Dark Wood. HEX triplet: 82, 63 and 48. RGB value is (130,99,72). Sum of RGB (Red+Green+Blue) = 130+99+72=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #826348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826348 is #7D9CB7. Grayscale: #696969. Windows color (decimal): -8232120 or 4744066. OLE color: 4744066.

HSL color Cylindrical-coordinate representation of color #826348: hue angle of 27.93º 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 #826348 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 99 72 -
CMYK 0 0.24 0.45 0.49
HSL 27.93º 0.29% 0.4% -
HSV(B) 27.93º 0.45% 0.51% -
XYZ 14.84 14.14 8.08 -
YUV 105.19 109.27 145.7 -
System Red Green Blue C M Y K H S L
Decimal 130 99 72 0 0.24 0.45 0.49 27.93 0.29 0.4
Hex 82 63 48 0 18 2D 31 1C 1D 28
Octal 202 143 110 0 30 55 61 34 35 50
Binary 10000010 1100011 1001000 0 11000 101101 110001 11100 11101 101000

Color Harmonies of #826348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826348

Black with #826348

Text Example


Text Example

White with #826348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826348; }

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

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

background-color css

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

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

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

border-color css

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

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

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