#B3835A

Color #B3835A Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #B3835A

Tints of Medium Wood #B3835A

Color information

#B3835A (or 0xB3835A) is unknown color: approx Medium Wood. HEX triplet: B3, 83 and 5A. RGB value is (179,131,90). Sum of RGB (Red+Green+Blue) = 179+131+90=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3835A is #4C7CA5. Grayscale: #8C8C8C. Windows color (decimal): -5012646 or 5931955. OLE color: 5931955.

HSL color Cylindrical-coordinate representation of color #B3835A: hue angle of 27.64º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3835A is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17913190-
CMYK00.270.500.30
HSL27.64º36.93%52.75%-
HSV(B)27.64º49.72%70.2%-
XYZ28.5526.5513.29-
YUV140.6899.4155.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.75%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=44.75%
G=32.75%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791319000.270.500.3027.6436.9352.75
HexB3835A01B321E1c2535
Octal2632031320336236344565
Binary101100111000001110110100110111100101111011100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3835A; }

 p { color: rgb(179,131,90); }

 H1.HeaderClassName
 {
   color: #B3835A;
 }
 .AnyTagClassName
 {
   color: #B3835A;
 }
</style>
background-color css

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

 a { background-color: rgb(179,131,90); }

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

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

 span { border-color: rgb(179,131,90); }

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