Html Css Color HEX #704743 Bole

📋 copy color: '#704743'

red 112 ◦ green 71 ◦ blue 67

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

Shades of Bole #704743

Tints of Bole #704743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

 BLUE value IS 67 (26.56% from 255) = 26.8%

R = 44.8%
G = 28.4%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#704743 (or 0x704743) is known color: Bole. HEX triplet: 70, 47 and 43. RGB value is (112,71,67). Sum of RGB (Red+Green+Blue) = 112+71+67=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #704743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704743 is #8FB8BC. Grayscale: #525252. Windows color (decimal): -9418941 or 4409200. OLE color: 4409200.

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

Color convert

RGB 112 71 67 -
CMYK 0 0.37 0.40 0.56
HSL 5.33º 0.25% 0.35% -
HSV(B) 5.33º 0.4% 0.44% -
XYZ 9.95 8.36 6.4 -
YUV 82.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 112 71 67 0 0.37 0.40 0.56 5.33 0.25 0.35
Hex 70 47 43 0 25 28 38 5 19 23
Octal 160 107 103 0 45 50 70 5 31 43
Binary 1110000 1000111 1000011 0 100101 101000 111000 101 11001 100011

Color Harmonies of #704743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704743

Black with #704743

Text Example


Text Example

White with #704743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704743; }

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

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

background-color css

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

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

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

border-color css

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

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

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