Html Css Color HEX #836148 Dark Wood

📋 copy color: '#836148'

red 131 ◦ green 97 ◦ blue 72

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

Shades of Dark Wood #836148

Tints of Dark Wood #836148

RGB

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

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

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

R = 43.67%
G = 32.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#836148 (or 0x836148) is known color: Dark Wood. HEX triplet: 83, 61 and 48. RGB value is (131,97,72). Sum of RGB (Red+Green+Blue) = 131+97+72=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #836148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836148 is #7C9EB7. Grayscale: #686868. Windows color (decimal): -8167096 or 4743555. OLE color: 4743555.

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

Color convert

RGB 131 97 72 -
CMYK 0 0.26 0.45 0.49
HSL 25.42º 0.29% 0.4% -
HSV(B) 25.42º 0.45% 0.51% -
XYZ 14.8 13.84 8.02 -
YUV 104.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 131 97 72 0 0.26 0.45 0.49 25.42 0.29 0.4
Hex 83 61 48 0 1A 2D 31 19 1D 28
Octal 203 141 110 0 32 55 61 31 35 50
Binary 10000011 1100001 1001000 0 11010 101101 110001 11001 11101 101000

Color Harmonies of #836148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836148

Black with #836148

Text Example


Text Example

White with #836148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836148; }

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

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

background-color css

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

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

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

border-color css

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

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

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