Html Css Color HEX #704340 Bole

📋 copy color: '#704340'

red 112 ◦ green 67 ◦ blue 64

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

Shades of Bole #704340

Tints of Bole #704340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.57%

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

R = 46.09%
G = 27.57%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#704340 (or 0x704340) is known color: Bole. HEX triplet: 70, 43 and 40. RGB value is (112,67,64). Sum of RGB (Red+Green+Blue) = 112+67+64=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #704340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704340 is #8FBCBF. Grayscale: #505050. Windows color (decimal): -9419968 or 4211568. OLE color: 4211568.

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

Color convert

RGB 112 67 64 -
CMYK 0 0.40 0.43 0.56
HSL 3.75º 0.27% 0.35% -
HSV(B) 3.75º 0.43% 0.44% -
XYZ 9.61 7.83 5.85 -
YUV 80.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 112 67 64 0 0.40 0.43 0.56 3.75 0.27 0.35
Hex 70 43 40 0 28 2B 38 4 1B 23
Octal 160 103 100 0 50 53 70 4 33 43
Binary 1110000 1000011 1000000 0 101000 101011 111000 100 11011 100011

Color Harmonies of #704340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704340

Black with #704340

Text Example


Text Example

White with #704340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704340; }

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

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

background-color css

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

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

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

border-color css

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

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

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