Html Css Color HEX #704740 Bole

📋 copy color: '#704740'

red 112 ◦ green 71 ◦ blue 64

#704740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bole #704740

Tints of Bole #704740

RGB

 RED value IS 112 (44.14% from 255) = 45.34%

 GREEN value IS 71 (28.13% from 255) = 28.74%

 BLUE value IS 64 (25.39% from 255) = 25.91%

R = 45.34%
G = 28.74%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#704740 (or 0x704740) is known color: Bole. HEX triplet: 70, 47 and 40. RGB value is (112,71,64). Sum of RGB (Red+Green+Blue) = 112+71+64=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #704740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704740 is #8FB8BF. Grayscale: #525252. Windows color (decimal): -9418944 or 4212592. OLE color: 4212592.

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

Color convert

RGB 112 71 64 -
CMYK 0 0.37 0.43 0.56
HSL 8.75º 0.27% 0.35% -
HSV(B) 8.75º 0.43% 0.44% -
XYZ 9.86 8.32 5.94 -
YUV 82.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 112 71 64 0 0.37 0.43 0.56 8.75 0.27 0.35
Hex 70 47 40 0 25 2B 38 9 1B 23
Octal 160 107 100 0 45 53 70 11 33 43
Binary 1110000 1000111 1000000 0 100101 101011 111000 1001 11011 100011

Color Harmonies of #704740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704740

Black with #704740

Text Example


Text Example

White with #704740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704740; }

 p { color: rgb(112,71,64); }

 H1.HeaderClassName
 {
   color: #704740;
 }
 .AnyTagClassName
 {
   color: #704740;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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