#704343

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

Shades of Bole #704343

Tints of Bole #704343

Color information

#704343 (or 0x704343) is unknown color: approx Bole. HEX triplet: 70, 43 and 43. RGB value is (112,67,67). Sum of RGB (Red+Green+Blue) = 112+67+67=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #704343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704343 is #8FBCBC. Grayscale: #505050. Windows color (decimal): -9419965 or 4408176. OLE color: 4408176.

HSL color Cylindrical-coordinate representation of color #704343: hue angle of 0º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704343 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1126767-
CMYK00.400.400.56
HSL25.14%35.1%-
HSV(B)40.18%43.92%-
XYZ9.77.866.32-
YUV80.46120.41150.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 67 (26.56% from 255) = 27.24%
R=45.53%
G=27.24%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112676700.400.400.56025.1435.1
Hex704343028283801923
Octal160103103050507003143
Binary1110000100001110000110101000101000111000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704343; }

 p { color: rgb(112,67,67); }

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

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

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

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

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

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

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