Html Css Color HEX #704241 Bole

📋 copy color: '#704241'

red 112 ◦ green 66 ◦ blue 65

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

Shades of Bole #704241

Tints of Bole #704241

RGB

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

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

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

R = 46.09%
G = 27.16%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#704241 (or 0x704241) is known color: Bole. HEX triplet: 70, 42 and 41. RGB value is (112,66,65). Sum of RGB (Red+Green+Blue) = 112+66+65=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #704241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704241 is #8FBDBE. Grayscale: #4F4F4F. Windows color (decimal): -9420223 or 4276848. OLE color: 4276848.

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

Color convert

RGB 112 66 65 -
CMYK 0 0.41 0.42 0.56
HSL 1.28º 0.27% 0.35% -
HSV(B) 1.28º 0.42% 0.44% -
XYZ 9.58 7.72 5.99 -
YUV 79.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 112 66 65 0 0.41 0.42 0.56 1.28 0.27 0.35
Hex 70 42 41 0 29 2A 38 1 1B 23
Octal 160 102 101 0 51 52 70 1 33 43
Binary 1110000 1000010 1000001 0 101001 101010 111000 1 11011 100011

Color Harmonies of #704241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704241

Black with #704241

Text Example


Text Example

White with #704241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704241; }

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

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

background-color css

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

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

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

border-color css

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

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

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