Html Css Color HEX #704640 Bole

📋 copy color: '#704640'

red 112 ◦ green 70 ◦ blue 64

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

Shades of Bole #704640

Tints of Bole #704640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.46%

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

R = 45.53%
G = 28.46%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#704640 (or 0x704640) is known color: Bole. HEX triplet: 70, 46 and 40. RGB value is (112,70,64). Sum of RGB (Red+Green+Blue) = 112+70+64=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #704640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704640 is #8FB9BF. Grayscale: #515151. Windows color (decimal): -9419200 or 4212336. OLE color: 4212336.

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

Color convert

RGB 112 70 64 -
CMYK 0 0.38 0.43 0.56
HSL 7.5º 0.27% 0.35% -
HSV(B) 7.5º 0.43% 0.44% -
XYZ 9.8 8.2 5.92 -
YUV 81.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 112 70 64 0 0.38 0.43 0.56 7.5 0.27 0.35
Hex 70 46 40 0 26 2B 38 8 1B 23
Octal 160 106 100 0 46 53 70 10 33 43
Binary 1110000 1000110 1000000 0 100110 101011 111000 1000 11011 100011

Color Harmonies of #704640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704640

Black with #704640

Text Example


Text Example

White with #704640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704640; }

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

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

background-color css

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

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

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

border-color css

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

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

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