Html Css Color HEX #704942 Bole

📋 copy color: '#704942'

red 112 ◦ green 73 ◦ blue 66

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

Shades of Bole #704942

Tints of Bole #704942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.29%

R = 44.62%
G = 29.08%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#704942 (or 0x704942) is known color: Bole. HEX triplet: 70, 49 and 42. RGB value is (112,73,66). Sum of RGB (Red+Green+Blue) = 112+73+66=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #704942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704942 is #8FB6BD. Grayscale: #535353. Windows color (decimal): -9418430 or 4344176. OLE color: 4344176.

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

Color convert

RGB 112 73 66 -
CMYK 0 0.35 0.41 0.56
HSL 9.13º 0.26% 0.35% -
HSV(B) 9.13º 0.41% 0.44% -
XYZ 10.05 8.6 6.29 -
YUV 83.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 112 73 66 0 0.35 0.41 0.56 9.13 0.26 0.35
Hex 70 49 42 0 23 29 38 9 1A 23
Octal 160 111 102 0 43 51 70 11 32 43
Binary 1110000 1001001 1000010 0 100011 101001 111000 1001 11010 100011

Color Harmonies of #704942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704942

Black with #704942

Text Example


Text Example

White with #704942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704942; }

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

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

background-color css

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

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

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

border-color css

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

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

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