#B3775C

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

Shades of Medium Wood #B3775C

Tints of Medium Wood #B3775C

Color information

#B3775C (or 0xB3775C) is unknown color: approx Medium Wood. HEX triplet: B3, 77 and 5C. RGB value is (179,119,92). Sum of RGB (Red+Green+Blue) = 179+119+92=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3775C is #4C88A3. Grayscale: #868686. Windows color (decimal): -5015716 or 6059955. OLE color: 6059955.

HSL color Cylindrical-coordinate representation of color #B3775C: hue angle of 18.62º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3775C is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17911992-
CMYK00.340.490.30
HSL18.62º36.4%53.14%-
HSV(B)18.62º48.6%70.2%-
XYZ27.1223.5513.24-
YUV133.86104.38160.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.90%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=45.90%
G=30.51%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791199200.340.490.3018.6236.453.14
HexB3775C022311E132435
Octal2631671340426136234465
Binary101100111110111101110001000101100011111010011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3775C; }

 p { color: rgb(179,119,92); }

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

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

 a { background-color: rgb(179,119,92); }

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

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

 span { border-color: rgb(179,119,92); }

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