#704843

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

Shades of Bole #704843

Tints of Bole #704843

Color information

#704843 (or 0x704843) is unknown color: approx Bole. HEX triplet: 70, 48 and 43. RGB value is (112,72,67). Sum of RGB (Red+Green+Blue) = 112+72+67=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #704843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704843 is #8FB7BC. Grayscale: #535353. Windows color (decimal): -9418685 or 4409456. OLE color: 4409456.

HSL color Cylindrical-coordinate representation of color #704843: hue angle of 6.67º 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 #704843 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1127267-
CMYK00.360.400.56
HSL6.67º25.14%35.1%-
HSV(B)6.67º40.18%43.92%-
XYZ10.018.486.42-
YUV83.39118.75148.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 67 (26.56% from 255) = 26.69%
R=44.62%
G=28.69%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112726700.360.400.566.6725.1435.1
Hex704843024283871923
Octal160110103044507073143
Binary111000010010001000011010010010100011100011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704843; }

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

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

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

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

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

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

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

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