Html Css Color HEX #704940 Bole

📋 copy color: '#704940'

red 112 ◦ green 73 ◦ blue 64

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

Shades of Bole #704940

Tints of Bole #704940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

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

R = 44.98%
G = 29.32%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#704940 (or 0x704940) is known color: Bole. HEX triplet: 70, 49 and 40. RGB value is (112,73,64). Sum of RGB (Red+Green+Blue) = 112+73+64=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #704940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704940 is #8FB6BF. Grayscale: #535353. Windows color (decimal): -9418432 or 4213104. OLE color: 4213104.

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

Color convert

RGB 112 73 64 -
CMYK 0 0.35 0.43 0.56
HSL 11.25º 0.27% 0.35% -
HSV(B) 11.25º 0.43% 0.44% -
XYZ 9.99 8.58 5.98 -
YUV 83.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 112 73 64 0 0.35 0.43 0.56 11.25 0.27 0.35
Hex 70 49 40 0 23 2B 38 B 1B 23
Octal 160 111 100 0 43 53 70 13 33 43
Binary 1110000 1001001 1000000 0 100011 101011 111000 1011 11011 100011

Color Harmonies of #704940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704940

Black with #704940

Text Example


Text Example

White with #704940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704940; }

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

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

background-color css

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

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

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

border-color css

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

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

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