Html Css Color HEX #836348 Dark Wood

📋 copy color: '#836348'

red 131 ◦ green 99 ◦ blue 72

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

Shades of Dark Wood #836348

Tints of Dark Wood #836348

RGB

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

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

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

R = 43.38%
G = 32.78%
B = 23.84%

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

#836348 (or 0x836348) is known color: Dark Wood. HEX triplet: 83, 63 and 48. RGB value is (131,99,72). Sum of RGB (Red+Green+Blue) = 131+99+72=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #836348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836348 is #7C9CB7. Grayscale: #696969. Windows color (decimal): -8166584 or 4744067. OLE color: 4744067.

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

Color convert

RGB 131 99 72 -
CMYK 0 0.24 0.45 0.49
HSL 27.46º 0.29% 0.4% -
HSV(B) 27.46º 0.45% 0.51% -
XYZ 14.99 14.22 8.08 -
YUV 105.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 131 99 72 0 0.24 0.45 0.49 27.46 0.29 0.4
Hex 83 63 48 0 18 2D 31 1B 1D 28
Octal 203 143 110 0 30 55 61 33 35 50
Binary 10000011 1100011 1001000 0 11000 101101 110001 11011 11101 101000

Color Harmonies of #836348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836348

Black with #836348

Text Example


Text Example

White with #836348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836348; }

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

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

background-color css

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

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

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

border-color css

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

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

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