#70544B

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

Shades of Congo Brown #70544B

Tints of Congo Brown #70544B

Color information

#70544B (or 0x70544B) is unknown color: approx Congo Brown. HEX triplet: 70, 54 and 4B. RGB value is (112,84,75). Sum of RGB (Red+Green+Blue) = 112+84+75=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70544B is #8FABB4. Grayscale: #5B5B5B. Windows color (decimal): -9415605 or 4936816. OLE color: 4936816.

HSL color Cylindrical-coordinate representation of color #70544B: hue angle of 14.59º 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 #70544B is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1128475-
CMYK00.250.330.56
HSL14.59º19.79%36.67%-
HSV(B)14.59º33.04%43.92%-
XYZ11.1210.298.06-
YUV91.35118.78142.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=41.33%
G=31.00%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112847500.250.330.5614.5919.7936.67
Hex70544B0192138f1425
Octal1601241130314170172445
Binary111000010101001001011011001100001111000111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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