#704842

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

Shades of Bole #704842

Tints of Bole #704842

Color information

#704842 (or 0x704842) is unknown color: approx Bole. HEX triplet: 70, 48 and 42. RGB value is (112,72,66). Sum of RGB (Red+Green+Blue) = 112+72+66=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #704842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704842 is #8FB7BD. Grayscale: #535353. Windows color (decimal): -9418686 or 4343920. OLE color: 4343920.

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

Color convert

RGB1127266-
CMYK00.360.410.56
HSL7.83º25.84%34.9%-
HSV(B)7.83º41.07%43.92%-
XYZ9.988.476.26-
YUV83.28118.25148.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=44.8%
G=28.8%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112726600.360.410.567.8325.8434.9
Hex704842024293881a23
Octal1601101020445170103243
Binary1110000100100010000100100100101001111000100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704842; }

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

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

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

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

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

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

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

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