Html Css Color HEX #836248 Dark Wood

📋 copy color: '#836248'

red 131 ◦ green 98 ◦ blue 72

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

Shades of Dark Wood #836248

Tints of Dark Wood #836248

RGB

 RED value IS 131 (51.56% from 255) = 43.52%

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

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

R = 43.52%
G = 32.56%
B = 23.92%

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

#836248 (or 0x836248) is known color: Dark Wood. HEX triplet: 83, 62 and 48. RGB value is (131,98,72). Sum of RGB (Red+Green+Blue) = 131+98+72=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #836248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836248 is #7C9DB7. Grayscale: #696969. Windows color (decimal): -8166840 or 4743811. OLE color: 4743811.

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

Color convert

RGB 131 98 72 -
CMYK 0 0.25 0.45 0.49
HSL 26.44º 0.29% 0.4% -
HSV(B) 26.44º 0.45% 0.51% -
XYZ 14.9 14.03 8.05 -
YUV 104.9 109.43 146.61 -
System Red Green Blue C M Y K H S L
Decimal 131 98 72 0 0.25 0.45 0.49 26.44 0.29 0.4
Hex 83 62 48 0 19 2D 31 1A 1D 28
Octal 203 142 110 0 31 55 61 32 35 50
Binary 10000011 1100010 1001000 0 11001 101101 110001 11010 11101 101000

Color Harmonies of #836248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836248

Black with #836248

Text Example


Text Example

White with #836248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836248; }

 p { color: rgb(131,98,72); }

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

background-color css

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

 a { background-color: rgb(131,98,72); }

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

border-color css

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

 span { border-color: rgb(131,98,72); }

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