Html Css Color HEX #704641 Bole

📋 copy color: '#704641'

red 112 ◦ green 70 ◦ blue 65

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

Shades of Bole #704641

Tints of Bole #704641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.32%

R = 45.34%
G = 28.34%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#704641 (or 0x704641) is known color: Bole. HEX triplet: 70, 46 and 41. RGB value is (112,70,65). Sum of RGB (Red+Green+Blue) = 112+70+65=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #704641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704641 is #8FB9BE. Grayscale: #525252. Windows color (decimal): -9419199 or 4277872. OLE color: 4277872.

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

Color convert

RGB 112 70 65 -
CMYK 0 0.38 0.42 0.56
HSL 6.38º 0.27% 0.35% -
HSV(B) 6.38º 0.42% 0.44% -
XYZ 9.83 8.21 6.07 -
YUV 81.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 112 70 65 0 0.38 0.42 0.56 6.38 0.27 0.35
Hex 70 46 41 0 26 2A 38 6 1B 23
Octal 160 106 101 0 46 52 70 6 33 43
Binary 1110000 1000110 1000001 0 100110 101010 111000 110 11011 100011

Color Harmonies of #704641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704641

Black with #704641

Text Example


Text Example

White with #704641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704641; }

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

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

background-color css

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

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

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

border-color css

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

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

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