#70514B

Color #70514B Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #70514B

Tints of Congo Brown #70514B

Color information

#70514B (or 0x70514B) is unknown color: approx Congo Brown. HEX triplet: 70, 51 and 4B. RGB value is (112,81,75). Sum of RGB (Red+Green+Blue) = 112+81+75=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #70514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70514B is #8FAEB4. Grayscale: #595959. Windows color (decimal): -9416373 or 4936048. OLE color: 4936048.

HSL color Cylindrical-coordinate representation of color #70514B: hue angle of 9.73º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70514B is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1128175-
CMYK00.280.330.56
HSL9.73º19.79%36.67%-
HSV(B)9.73º33.04%43.92%-
XYZ10.899.847.98-
YUV89.58119.77143.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=41.79%
G=30.22%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112817500.280.330.569.7319.7936.67
Hex70514B01C2138a1425
Octal1601211130344170122445
Binary111000010100011001011011100100001111000101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70514B; }

 p { color: rgb(112,81,75); }

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

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

 a { background-color: rgb(112,81,75); }

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

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

 span { border-color: rgb(112,81,75); }

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