Html Css Color HEX #704240 Bole

📋 copy color: '#704240'

red 112 ◦ green 66 ◦ blue 64

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

Shades of Bole #704240

Tints of Bole #704240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.27%

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

R = 46.28%
G = 27.27%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#704240 (or 0x704240) is known color: Bole. HEX triplet: 70, 42 and 40. RGB value is (112,66,64). Sum of RGB (Red+Green+Blue) = 112+66+64=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #704240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704240 is #8FBDBF. Grayscale: #4F4F4F. Windows color (decimal): -9420224 or 4211312. OLE color: 4211312.

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

Color convert

RGB 112 66 64 -
CMYK 0 0.41 0.43 0.56
HSL 2.5º 0.27% 0.35% -
HSV(B) 2.5º 0.43% 0.44% -
XYZ 9.56 7.71 5.84 -
YUV 79.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 112 66 64 0 0.41 0.43 0.56 2.5 0.27 0.35
Hex 70 42 40 0 29 2B 38 2 1B 23
Octal 160 102 100 0 51 53 70 2 33 43
Binary 1110000 1000010 1000000 0 101001 101011 111000 10 11011 100011

Color Harmonies of #704240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704240

Black with #704240

Text Example


Text Example

White with #704240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704240; }

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

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

background-color css

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

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

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

border-color css

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

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

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